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 class
For more details about Offline, please refer to the API Reference.static class
For 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 boolean
boolean
The time that the customer accepts the mandate.getType()
The mandate includes the type of customer acceptance information, such as:online
oroffline
.int
hashCode()
void
setAcceptedAt
(Long acceptedAt) The time that the customer accepts the mandate.void
void
void
The mandate includes the type of customer acceptance information, such as:online
oroffline
.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:online
oroffline
.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:online
oroffline
.One of
offline
, oronline
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-