Package com.stripe.model
Class ConfirmationToken.MandateData
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ConfirmationToken.MandateData
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ConfirmationToken
Data used for generating a Mandate.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis hash contains details about the customer acceptance of the Mandate. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThis hash contains details about the customer acceptance of the Mandate.inthashCode()voidsetCustomerAcceptance(ConfirmationToken.MandateData.CustomerAcceptance customerAcceptance) This hash contains details about the customer acceptance of the Mandate.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
MandateData
public MandateData()
-
-
Method Details
-
getCustomerAcceptance
This hash contains details about the customer acceptance of the Mandate. -
setCustomerAcceptance
public void setCustomerAcceptance(ConfirmationToken.MandateData.CustomerAcceptance customerAcceptance) This hash contains details about the customer acceptance of the Mandate. -
equals
-
canEqual
-
hashCode
public int hashCode()
-