Package com.stripe.param
Class SourceCreateParams.Mandate.Acceptance
java.lang.Object
com.stripe.param.SourceCreateParams.Mandate.Acceptance
- Enclosing class:
- SourceCreateParams.Mandate
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
Add all map key/value pairs to `extraParams` map.static enum
The user agent of the browser from which the mandate was accepted or refused by the customer.static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getDate()
The Unix timestamp (in seconds) when the mandate was accepted or refused by the customer.Map of extra parameters for custom features not available in this client library.getIp()
The IP address from which the mandate was accepted or refused by the customer.The parameters required to store a mandate accepted offline.The parameters required to store a mandate accepted online.Required. The status of the mandate acceptance.getType()
The type of acceptance information included with the mandate.The user agent of the browser from which the mandate was accepted or refused by the customer.
-
Method Details
-
builder
-
getDate
The Unix timestamp (in seconds) when the mandate was accepted or refused by the customer. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getIp
The IP address from which the mandate was accepted or refused by the customer. -
getOffline
The parameters required to store a mandate accepted offline. Should only be set ifmandate[type]
isoffline
-
getOnline
The parameters required to store a mandate accepted online. Should only be set ifmandate[type]
isonline
-
getStatus
Required. The status of the mandate acceptance. Eitheraccepted
(the mandate was accepted) orrefused
(the mandate was refused). -
getType
The type of acceptance information included with the mandate. Eitheronline
oroffline
-
getUserAgent
The user agent of the browser from which the mandate was accepted or refused by the customer.
-