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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanDate at which the mandate expires.getType()Type of the mandate.inthashCode()voidsetExpiresAfter(Long expiresAfter) Date at which the mandate expires.voidvoidType 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
-
setType
Type of the mandate.One of
off_session, oron_session. -
equals
-
canEqual
-
hashCode
public int hashCode()
-