public static class SourceCreateParams.Mandate.Acceptance
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SourceCreateParams.Mandate.Acceptance.Builder |
static class |
SourceCreateParams.Mandate.Acceptance.Offline |
static class |
SourceCreateParams.Mandate.Acceptance.Online
Add all map key/value pairs to `extraParams` map.
|
static class |
SourceCreateParams.Mandate.Acceptance.Status
The user agent of the browser from which the mandate was accepted or refused by the
customer.
|
static class |
SourceCreateParams.Mandate.Acceptance.Type |
Modifier and Type | Method and Description |
---|---|
static SourceCreateParams.Mandate.Acceptance.Builder |
builder() |
java.lang.Long |
getDate()
The Unix timestamp (in seconds) when the mandate was accepted or refused by the customer.
|
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.String |
getIp()
The IP address from which the mandate was accepted or refused by the customer.
|
SourceCreateParams.Mandate.Acceptance.Offline |
getOffline()
The parameters required to store a mandate accepted offline.
|
SourceCreateParams.Mandate.Acceptance.Online |
getOnline()
The parameters required to store a mandate accepted online.
|
SourceCreateParams.Mandate.Acceptance.Status |
getStatus()
The status of the mandate acceptance.
|
SourceCreateParams.Mandate.Acceptance.Type |
getType()
The type of acceptance information included with the mandate.
|
java.lang.String |
getUserAgent()
The user agent of the browser from which the mandate was accepted or refused by the
customer.
|
public static SourceCreateParams.Mandate.Acceptance.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.String getIp()
public SourceCreateParams.Mandate.Acceptance.Offline getOffline()
public SourceCreateParams.Mandate.Acceptance.Online getOnline()
public SourceCreateParams.Mandate.Acceptance.Status getStatus()
public SourceCreateParams.Mandate.Acceptance.Type getType()
public java.lang.String getUserAgent()