Package com.stripe.model
Class Mandate.CustomerAcceptance
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Mandate.CustomerAcceptance
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Mandate
For more details about CustomerAcceptance, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Offline, please refer to the API Reference.static classFor more details about Online, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe time that the customer accepts the mandate.getType()The mandate includes the type of customer acceptance information, such as:onlineoroffline.inthashCode()voidsetAcceptedAt(Long acceptedAt) The time that the customer accepts the mandate.voidvoidvoidThe mandate includes the type of customer acceptance information, such as:onlineoroffline.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CustomerAcceptance
public CustomerAcceptance()
-
-
Method Details
-
getAcceptedAt
The time that the customer accepts the mandate. -
getOffline
-
getOnline
-
getType
The mandate includes the type of customer acceptance information, such as:onlineoroffline.One of
offline, oronline. -
setAcceptedAt
The time that the customer accepts the mandate. -
setOffline
-
setOnline
-
setType
The mandate includes the type of customer acceptance information, such as:onlineoroffline.One of
offline, oronline. -
equals
-
canEqual
-
hashCode
public int hashCode()
-