Package com.stripe.param.checkout
Class SessionCreateParams.PaymentMethodOptions
java.lang.Object
com.stripe.param.checkout.SessionCreateParams.PaymentMethodOptions
- Enclosing class:
SessionCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
Add all map key/value pairs to `extraParams` map.static class
static class
Add all map key/value pairs to `extraParams` map.static class
Add all map key/value pairs to `extraParams` map.static class
Add all map key/value pairs to `extraParams` map.static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
contains details about the ACSS Debit payment method options.contains details about the Alipay payment method options.contains details about the Boleto payment method options.Map of extra parameters for custom features not available in this client library.contains details about the Konbini payment method options.getOxxo()
contains details about the OXXO payment method options.contains details about the Us Bank Account payment method options.contains details about the WeChat Pay payment method options.
-
Method Details
-
builder
-
getAcssDebit
contains details about the ACSS Debit payment method options. -
getAlipay
contains details about the Alipay payment method options. -
getBoleto
contains details about the Boleto payment method options. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@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. -
getKonbini
contains details about the Konbini payment method options. -
getOxxo
contains details about the OXXO payment method options. -
getUsBankAccount
contains details about the Us Bank Account payment method options. -
getWechatPay
contains details about the WeChat Pay payment method options.
-