Package com.stripe.param
Class AccountUpdateParams.Company.OwnershipDeclaration
java.lang.Object
com.stripe.param.AccountUpdateParams.Company.OwnershipDeclaration
- Enclosing class:
- AccountUpdateParams.Company
Town or cho-me.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getDate()
The Unix timestamp marking when the beneficial owner attestation was made.Map of extra parameters for custom features not available in this client library.getIp()
The IP address from which the beneficial owner attestation was made.The user agent of the browser from which the beneficial owner attestation was made.
-
Method Details
-
builder
-
getDate
The Unix timestamp marking when the beneficial owner attestation was made. -
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 beneficial owner attestation was made. -
getUserAgent
The user agent of the browser from which the beneficial owner attestation was made.
-