Package com.stripe.param
Class SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions
java.lang.Object
com.stripe.param.SubscriptionCreateParams.PaymentSettings.PaymentMethodOptions
- Enclosing class:
- SubscriptionCreateParams.PaymentSettings
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
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. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
This sub-hash contains details about the Canadian pre-authorized debit payment method options to pass to the invoice’s PaymentIntent.This sub-hash contains details about the Bancontact payment method options to pass to the invoice’s PaymentIntent.getCard()
This sub-hash contains details about the Card payment method options to pass to the invoice’s PaymentIntent.This sub-hash contains details about the Bank transfer payment method options to pass to the invoice’s PaymentIntent.Map of extra parameters for custom features not available in this client library.This sub-hash contains details about the Konbini payment method options to pass to the invoice’s PaymentIntent.This sub-hash contains details about the SEPA Direct Debit payment method options to pass to the invoice’s PaymentIntent.This sub-hash contains details about the ACH direct debit payment method options to pass to the invoice’s PaymentIntent.
-
Method Details
-
builder
-
getAcssDebit
This sub-hash contains details about the Canadian pre-authorized debit payment method options to pass to the invoice’s PaymentIntent. -
getBancontact
This sub-hash contains details about the Bancontact payment method options to pass to the invoice’s PaymentIntent. -
getCard
This sub-hash contains details about the Card payment method options to pass to the invoice’s PaymentIntent. -
getCustomerBalance
This sub-hash contains details about the Bank transfer payment method options to pass to the invoice’s PaymentIntent. -
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
This sub-hash contains details about the Konbini payment method options to pass to the invoice’s PaymentIntent. -
getSepaDebit
This sub-hash contains details about the SEPA Direct Debit payment method options to pass to the invoice’s PaymentIntent. -
getUsBankAccount
This sub-hash contains details about the ACH direct debit payment method options to pass to the invoice’s PaymentIntent.
-