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 class
static class
-
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 at which the customer accepted the Mandate.getType()
The type of customer acceptance information included with the Mandate.int
hashCode()
void
setAcceptedAt
(Long acceptedAt) The time at which the customer accepted the Mandate.void
void
void
The 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 ofonline
oroffline
. -
setAcceptedAt
The time at which the customer accepted the Mandate. -
setOffline
-
setOnline
-
setType
The type of customer acceptance information included with the Mandate. One ofonline
oroffline
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-