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
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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, 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()
-