Package com.stripe.model
Class Mandate.PaymentMethodDetails.Blik
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Mandate.PaymentMethodDetails.Blik
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Mandate.PaymentMethodDetails
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Date at which the mandate expires.getType()
Type of the mandate.int
hashCode()
void
setExpiresAfter
(Long expiresAfter) Date at which the mandate expires.void
void
Type of the mandate.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Blik
public Blik()
-
-
Method Details
-
getExpiresAfter
Date at which the mandate expires. -
getOffSession
-
getType
Type of the mandate.One of
off_session
, oron_session
. -
setExpiresAfter
Date at which the mandate expires. -
setOffSession
public void setOffSession(PaymentIntent.PaymentMethodOptions.BlikMandateOptionsOffSessionDetails offSession) -
setType
Type of the mandate.One of
off_session
, oron_session
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-