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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe time at which the customer accepted the Mandate.getType()The type of customer acceptance information included with the Mandate.inthashCode()voidsetAcceptedAt(Long acceptedAt) The time at which the customer accepted the Mandate.voidvoidvoidThe type of customer acceptance information included with the Mandate.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CustomerAcceptance
public CustomerAcceptance()
-
-
Method Details
-
getAcceptedAt
The time at which the customer accepted the Mandate. -
getOffline
-
getOnline
-
getType
The type of customer acceptance information included with the Mandate. One ofonlineoroffline. -
setAcceptedAt
The time at which the customer accepted the Mandate. -
setOffline
-
setOnline
-
setType
The type of customer acceptance information included with the Mandate. One ofonlineoroffline. -
equals
-
canEqual
-
hashCode
public int hashCode()
-