public static class PaymentMethodCreateParams.Fpx
extends java.lang.Object
PaymentMethodCreateParams.Token.extraParams
for the field documentation.Modifier and Type | Class and Description |
---|---|
static class |
PaymentMethodCreateParams.Fpx.AccountHolderType |
static class |
PaymentMethodCreateParams.Fpx.Bank |
static class |
PaymentMethodCreateParams.Fpx.Builder |
Modifier and Type | Method and Description |
---|---|
static PaymentMethodCreateParams.Fpx.Builder |
builder() |
PaymentMethodCreateParams.Fpx.AccountHolderType |
getAccountHolderType()
Account holder type for FPX transaction.
|
PaymentMethodCreateParams.Fpx.Bank |
getBank()
The customer's bank.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
public static PaymentMethodCreateParams.Fpx.Builder builder()
public PaymentMethodCreateParams.Fpx.AccountHolderType getAccountHolderType()
public PaymentMethodCreateParams.Fpx.Bank getBank()
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.