Package com.stripe.param.v2.billing
Class CollectionSettingCreateParams.PaymentMethodOptions.Builder
java.lang.Object
com.stripe.param.v2.billing.CollectionSettingCreateParams.PaymentMethodOptions.Builder
- Enclosing class:
- CollectionSettingCreateParams.PaymentMethodOptions
-
Constructor Summary
Constructors -
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.This sub-hash contains details about the Canadian pre-authorized debit payment method options.This sub-hash contains details about the Bancontact payment method.This sub-hash contains details about the Card payment method options.setCustomerBalance
(CollectionSettingCreateParams.PaymentMethodOptions.CustomerBalance customerBalance) This sub-hash contains details about the Bank transfer payment method options.This sub-hash contains details about the Konbini payment method options.This sub-hash contains details about the SEPA Direct Debit payment method options.This sub-hash contains details about the ACH direct debit payment method options.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAcssDebit
public CollectionSettingCreateParams.PaymentMethodOptions.Builder setAcssDebit(CollectionSettingCreateParams.PaymentMethodOptions.AcssDebit acssDebit) This sub-hash contains details about the Canadian pre-authorized debit payment method options. -
setBancontact
public CollectionSettingCreateParams.PaymentMethodOptions.Builder setBancontact(CollectionSettingCreateParams.PaymentMethodOptions.Bancontact bancontact) This sub-hash contains details about the Bancontact payment method. -
setCard
public CollectionSettingCreateParams.PaymentMethodOptions.Builder setCard(CollectionSettingCreateParams.PaymentMethodOptions.Card card) This sub-hash contains details about the Card payment method options. -
setCustomerBalance
public CollectionSettingCreateParams.PaymentMethodOptions.Builder setCustomerBalance(CollectionSettingCreateParams.PaymentMethodOptions.CustomerBalance customerBalance) This sub-hash contains details about the Bank transfer payment method options. -
putExtraParam
public CollectionSettingCreateParams.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. SeeCollectionSettingCreateParams.PaymentMethodOptions.extraParams
for the field documentation. -
putAllExtraParam
public CollectionSettingCreateParams.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. SeeCollectionSettingCreateParams.PaymentMethodOptions.extraParams
for the field documentation. -
setKonbini
public CollectionSettingCreateParams.PaymentMethodOptions.Builder setKonbini(CollectionSettingCreateParams.PaymentMethodOptions.Konbini konbini) This sub-hash contains details about the Konbini payment method options. -
setSepaDebit
public CollectionSettingCreateParams.PaymentMethodOptions.Builder setSepaDebit(CollectionSettingCreateParams.PaymentMethodOptions.SepaDebit sepaDebit) This sub-hash contains details about the SEPA Direct Debit payment method options. -
setUsBankAccount
public CollectionSettingCreateParams.PaymentMethodOptions.Builder setUsBankAccount(CollectionSettingCreateParams.PaymentMethodOptions.UsBankAccount usBankAccount) This sub-hash contains details about the ACH direct debit payment method options.
-