public static class AccountCreateParams.Settings
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AccountCreateParams.Settings.Branding |
static class |
AccountCreateParams.Settings.Builder |
static class |
AccountCreateParams.Settings.CardPayments
A CSS hex color value representing the secondary branding color for this account.
|
static class |
AccountCreateParams.Settings.Payments
Add all map key/value pairs to `extraParams` map.
|
static class |
AccountCreateParams.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 AccountCreateParams.Settings.Builder |
builder() |
AccountCreateParams.Settings.Branding |
getBranding()
Settings used to apply the account's branding to email receipts, invoices, Checkout, and
other products.
|
AccountCreateParams.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.
|
AccountCreateParams.Settings.Payments |
getPayments()
Settings that apply across payment methods for charging on the account.
|
AccountCreateParams.Settings.Payouts |
getPayouts()
Settings specific to the account's payouts.
|
public static AccountCreateParams.Settings.Builder builder()
public AccountCreateParams.Settings.Branding getBranding()
public AccountCreateParams.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 AccountCreateParams.Settings.Payments getPayments()
public AccountCreateParams.Settings.Payouts getPayouts()