Package com.stripe.param
Class SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder
java.lang.Object
com.stripe.param.SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder
- Enclosing class:
- SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions
public static class SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setAcssDebit
(EmptyParam acssDebit) 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 Canadian pre-authorized debit payment method options to pass to the invoice’s PaymentIntent.setBancontact
(EmptyParam bancontact) This sub-hash contains details about the Bancontact 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.setCard
(EmptyParam card) 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 Card payment method options to pass to the invoice’s PaymentIntent.setCustomerBalance
(EmptyParam customerBalance) This sub-hash contains details about the Bank transfer payment method options to pass to the invoice’s PaymentIntent.setCustomerBalance
(SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.CustomerBalance customerBalance) This sub-hash contains details about the Bank transfer payment method options to pass to the invoice’s PaymentIntent.setKonbini
(EmptyParam konbini) 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 Konbini payment method options to pass to the invoice’s PaymentIntent.setSepaDebit
(EmptyParam sepaDebit) 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 SEPA Direct Debit payment method options to pass to the invoice’s PaymentIntent.setUsBankAccount
(EmptyParam usBankAccount) This sub-hash contains details about the ACH direct debit payment method options to pass to the invoice’s PaymentIntent.setUsBankAccount
(SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.UsBankAccount usBankAccount) This sub-hash contains details about the ACH direct debit payment method options to pass to the invoice’s PaymentIntent.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAcssDebit
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder setAcssDebit(SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.AcssDebit acssDebit) This sub-hash contains details about the Canadian pre-authorized debit payment method options to pass to the invoice’s PaymentIntent. -
setAcssDebit
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder setAcssDebit(EmptyParam acssDebit) This sub-hash contains details about the Canadian pre-authorized debit payment method options to pass to the invoice’s PaymentIntent. -
setBancontact
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder setBancontact(SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Bancontact bancontact) This sub-hash contains details about the Bancontact payment method options to pass to the invoice’s PaymentIntent. -
setBancontact
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder setBancontact(EmptyParam bancontact) This sub-hash contains details about the Bancontact payment method options to pass to the invoice’s PaymentIntent. -
setCard
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder setCard(SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Card card) This sub-hash contains details about the Card payment method options to pass to the invoice’s PaymentIntent. -
setCard
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder setCard(EmptyParam card) This sub-hash contains details about the Card payment method options to pass to the invoice’s PaymentIntent. -
setCustomerBalance
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder setCustomerBalance(SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.CustomerBalance customerBalance) This sub-hash contains details about the Bank transfer payment method options to pass to the invoice’s PaymentIntent. -
setCustomerBalance
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder setCustomerBalance(EmptyParam customerBalance) This sub-hash contains details about the Bank transfer payment method options to pass to the invoice’s PaymentIntent. -
putExtraParam
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeSubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.extraParams
for the field documentation. -
putAllExtraParam
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeSubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.extraParams
for the field documentation. -
setKonbini
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder setKonbini(SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Konbini konbini) This sub-hash contains details about the Konbini payment method options to pass to the invoice’s PaymentIntent. -
setKonbini
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder setKonbini(EmptyParam konbini) This sub-hash contains details about the Konbini payment method options to pass to the invoice’s PaymentIntent. -
setSepaDebit
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder setSepaDebit(SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.SepaDebit sepaDebit) This sub-hash contains details about the SEPA Direct Debit payment method options to pass to the invoice’s PaymentIntent. -
setSepaDebit
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder setSepaDebit(EmptyParam sepaDebit) This sub-hash contains details about the SEPA Direct Debit payment method options to pass to the invoice’s PaymentIntent. -
setUsBankAccount
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder setUsBankAccount(SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.UsBankAccount usBankAccount) This sub-hash contains details about the ACH direct debit payment method options to pass to the invoice’s PaymentIntent. -
setUsBankAccount
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Builder setUsBankAccount(EmptyParam usBankAccount) This sub-hash contains details about the ACH direct debit payment method options to pass to the invoice’s PaymentIntent.
-