public static class AccountUpdateParams.Settings
extends java.lang.Object
purpose
value of identity_document
. The uploaded file
needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF
format, and less than 10 MB in size.Modifier and Type | Class and Description |
---|---|
static class |
AccountUpdateParams.Settings.Branding |
static class |
AccountUpdateParams.Settings.Builder |
static class |
AccountUpdateParams.Settings.CardPayments
A CSS hex color value representing the secondary branding color for this account.
|
static class |
AccountUpdateParams.Settings.Payments
Add all map key/value pairs to `extraParams` map.
|
static class |
AccountUpdateParams.Settings.Payouts
The Kanji variation of the default text that appears on credit card statements when a
charge is made (Japan only).
|
Modifier and Type | Method and Description |
---|---|
static AccountUpdateParams.Settings.Builder |
builder() |
AccountUpdateParams.Settings.Branding |
getBranding()
Settings used to apply the account's branding to email receipts, invoices, Checkout, and
other products.
|
AccountUpdateParams.Settings.CardPayments |
getCardPayments()
Settings specific to card charging on the account.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
AccountUpdateParams.Settings.Payments |
getPayments()
Settings that apply across payment methods for charging on the account.
|
AccountUpdateParams.Settings.Payouts |
getPayouts()
Settings specific to the account's payouts.
|
public static AccountUpdateParams.Settings.Builder builder()
public AccountUpdateParams.Settings.Branding getBranding()
public AccountUpdateParams.Settings.CardPayments getCardPayments()
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 AccountUpdateParams.Settings.Payments getPayments()
public AccountUpdateParams.Settings.Payouts getPayouts()