Package com.stripe.param.checkout
Class SessionCreateParams.PaymentMethodOptions
java.lang.Object
com.stripe.param.checkout.SessionCreateParams.PaymentMethodOptions
- Enclosing class:
- SessionCreateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Add all map key/value pairs to `extraParams` map.static class
static class
static class
static class
The order reference that will be displayed to customers in the Swish application.static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
contains details about the ACSS Debit payment method options.contains details about the Affirm payment method options.contains details about the Afterpay Clearpay payment method options.contains details about the Alipay payment method options.contains details about the AmazonPay payment method options.contains details about the AU Becs Debit payment method options.contains details about the Bacs Debit payment method options.contains details about the Bancontact payment method options.contains details about the Boleto payment method options.getCard()
contains details about the Card payment method options.contains details about the Cashapp Pay payment method options.contains details about the Customer Balance payment method options.getEps()
contains details about the EPS payment method options.Map of extra parameters for custom features not available in this client library.getFpx()
contains details about the FPX payment method options.contains details about the Giropay payment method options.contains details about the Grabpay payment method options.getIdeal()
contains details about the Ideal payment method options.contains details about the Klarna payment method options.contains details about the Konbini payment method options.getLink()
contains details about the Link payment method options.contains details about the Mobilepay payment method options.contains details about the Multibanco payment method options.getOxxo()
contains details about the OXXO payment method options.getP24()
contains details about the P24 payment method options.contains details about the PayNow payment method options.contains details about the PayPal payment method options.getPix()
contains details about the Pix payment method options.contains details about the RevolutPay payment method options.contains details about the Sepa Debit payment method options.contains details about the Sofort payment method options.getSwish()
contains details about the Swish 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. -
getAffirm
contains details about the Affirm payment method options. -
getAfterpayClearpay
contains details about the Afterpay Clearpay payment method options. -
getAlipay
contains details about the Alipay payment method options. -
getAmazonPay
contains details about the AmazonPay payment method options. -
getAuBecsDebit
contains details about the AU Becs Debit payment method options. -
getBacsDebit
contains details about the Bacs Debit payment method options. -
getBancontact
contains details about the Bancontact payment method options. -
getBoleto
contains details about the Boleto payment method options. -
getCard
contains details about the Card payment method options. -
getCashapp
contains details about the Cashapp Pay payment method options. -
getCustomerBalance
contains details about the Customer Balance payment method options. -
getEps
contains details about the EPS 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. -
getFpx
contains details about the FPX payment method options. -
getGiropay
contains details about the Giropay payment method options. -
getGrabpay
contains details about the Grabpay payment method options. -
getIdeal
contains details about the Ideal payment method options. -
getKlarna
contains details about the Klarna payment method options. -
getKonbini
contains details about the Konbini payment method options. -
getLink
contains details about the Link payment method options. -
getMobilepay
contains details about the Mobilepay payment method options. -
getMultibanco
contains details about the Multibanco payment method options. -
getOxxo
contains details about the OXXO payment method options. -
getP24
contains details about the P24 payment method options. -
getPaynow
contains details about the PayNow payment method options. -
getPaypal
contains details about the PayPal payment method options. -
getPix
contains details about the Pix payment method options. -
getRevolutPay
contains details about the RevolutPay payment method options. -
getSepaDebit
contains details about the Sepa Debit payment method options. -
getSofort
contains details about the Sofort payment method options. -
getSwish
contains details about the Swish payment method options. -
getUsBankAccount
contains details about the Us Bank Account payment method options. -
getWechatPay
contains details about the WeChat Pay payment method options.
-