Package com.stripe.param
Class AccountUpdateParams.TosAcceptance
java.lang.Object
com.stripe.param.AccountUpdateParams.TosAcceptance
- Enclosing class:
- AccountUpdateParams
The user agent of the browser from which the account representative accepted the
service agreement.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getDate()
The Unix timestamp marking when the account representative accepted their service agreement.Map of extra parameters for custom features not available in this client library.getIp()
The IP address from which the account representative accepted their service agreement.The user's service agreement type.The user agent of the browser from which the account representative accepted their service agreement.
-
Method Details
-
builder
-
getDate
The Unix timestamp marking when the account representative accepted their service agreement. -
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 account representative accepted their service agreement. -
getServiceAgreement
The user's service agreement type. -
getUserAgent
The user agent of the browser from which the account representative accepted their service agreement.
-