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
Modifier and TypeClassDescriptionstatic class
This 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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
This hash contains details about the customer acceptance of the Mandate.int
hashCode()
void
setCustomerAcceptance
(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, 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()
-