public static class AccountCreateParams.Capabilities
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AccountCreateParams.Capabilities.AuBecsDebitPayments |
static class |
AccountCreateParams.Capabilities.BacsDebitPayments
Passing true requests the capability for the account, if it is not already requested.
|
static class |
AccountCreateParams.Capabilities.Builder |
static class |
AccountCreateParams.Capabilities.CardIssuing
Passing true requests the capability for the account, if it is not already requested.
|
static class |
AccountCreateParams.Capabilities.CardPayments
Passing true requests the capability for the account, if it is not already requested.
|
static class |
AccountCreateParams.Capabilities.CartesBancairesPayments
Passing true requests the capability for the account, if it is not already requested.
|
static class |
AccountCreateParams.Capabilities.FpxPayments
Passing true requests the capability for the account, if it is not already requested.
|
static class |
AccountCreateParams.Capabilities.JcbPayments
Passing true requests the capability for the account, if it is not already requested.
|
static class |
AccountCreateParams.Capabilities.LegacyPayments
Passing true requests the capability for the account, if it is not already requested.
|
static class |
AccountCreateParams.Capabilities.TaxReportingUs1099K
Passing true requests the capability for the account, if it is not already requested.
|
static class |
AccountCreateParams.Capabilities.TaxReportingUs1099Misc
Passing true requests the capability for the account, if it is not already requested.
|
static class |
AccountCreateParams.Capabilities.Transfers
Passing true requests the capability for the account, if it is not already requested.
|
public static AccountCreateParams.Capabilities.Builder builder()
public AccountCreateParams.Capabilities.AuBecsDebitPayments getAuBecsDebitPayments()
public AccountCreateParams.Capabilities.BacsDebitPayments getBacsDebitPayments()
public AccountCreateParams.Capabilities.CardIssuing getCardIssuing()
public AccountCreateParams.Capabilities.CardPayments getCardPayments()
public AccountCreateParams.Capabilities.CartesBancairesPayments getCartesBancairesPayments()
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.Capabilities.FpxPayments getFpxPayments()
public AccountCreateParams.Capabilities.JcbPayments getJcbPayments()
public AccountCreateParams.Capabilities.LegacyPayments getLegacyPayments()
public AccountCreateParams.Capabilities.TaxReportingUs1099K getTaxReportingUs1099K()
public AccountCreateParams.Capabilities.TaxReportingUs1099Misc getTaxReportingUs1099Misc()
public AccountCreateParams.Capabilities.Transfers getTransfers()