public static class PaymentIntentUpdateParams.PaymentMethodOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PaymentIntentUpdateParams.PaymentMethodOptions.Alipay |
static class |
PaymentIntentUpdateParams.PaymentMethodOptions.Bancontact
Add all map key/value pairs to `extraParams` map.
|
static class |
PaymentIntentUpdateParams.PaymentMethodOptions.Builder |
static class |
PaymentIntentUpdateParams.PaymentMethodOptions.Card |
static class |
PaymentIntentUpdateParams.PaymentMethodOptions.Oxxo |
static class |
PaymentIntentUpdateParams.PaymentMethodOptions.Sofort
Add all map key/value pairs to `extraParams` map.
|
Modifier and Type | Method and Description |
---|---|
static PaymentIntentUpdateParams.PaymentMethodOptions.Builder |
builder() |
java.lang.Object |
getAlipay()
If this is a
alipay PaymentMethod, this sub-hash contains details about the Alipay
payment method options. |
java.lang.Object |
getBancontact()
If this is a
bancontact PaymentMethod, this sub-hash contains details about the
Bancontact payment method options. |
java.lang.Object |
getCard()
Configuration for any card payments attempted on this PaymentIntent.
|
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.Object |
getOxxo()
If this is a
oxxo PaymentMethod, this sub-hash contains details about the OXXO
payment method options. |
java.lang.Object |
getSofort()
If this is a
sofort PaymentMethod, this sub-hash contains details about the SOFORT
payment method options. |
public static PaymentIntentUpdateParams.PaymentMethodOptions.Builder builder()
public java.lang.Object getAlipay()
alipay
PaymentMethod, this sub-hash contains details about the Alipay
payment method options.public java.lang.Object getBancontact()
bancontact
PaymentMethod, this sub-hash contains details about the
Bancontact payment method options.public java.lang.Object getCard()
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.Object getOxxo()
oxxo
PaymentMethod, this sub-hash contains details about the OXXO
payment method options.public java.lang.Object getSofort()
sofort
PaymentMethod, this sub-hash contains details about the SOFORT
payment method options.