public static class AccountUpdateParams.TosAcceptance
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AccountUpdateParams.TosAcceptance.Builder |
Modifier and Type | Method and Description |
---|---|
static AccountUpdateParams.TosAcceptance.Builder |
builder() |
java.lang.Long |
getDate()
The Unix timestamp marking when the account representative accepted the Stripe Services
Agreement.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.lang.Object |
getIp()
The IP address from which the account representative accepted the Stripe Services Agreement.
|
java.lang.Object |
getUserAgent()
The user agent of the browser from which the account representative accepted the Stripe
Services Agreement.
|
public static AccountUpdateParams.TosAcceptance.Builder builder()
public java.lang.Long getDate()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@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.public java.lang.Object getIp()
public java.lang.Object getUserAgent()