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.putAllKonbini
(Map<String, Object> map) Add all map key/value pairs to `konbini` map.putAllSepaDebit
(Map<String, Object> map) Add all map key/value pairs to `sepaDebit` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.putKonbini
(String key, Object value) Add a key/value pair to `konbini` map.putSepaDebit
(String key, Object value) Add a key/value pair to `sepaDebit` 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 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. -
putKonbini
public CollectionSettingCreateParams.PaymentMethodOptions.Builder putKonbini(String key, Object value) Add a key/value pair to `konbini` 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.konbini
for the field documentation. -
putAllKonbini
public CollectionSettingCreateParams.PaymentMethodOptions.Builder putAllKonbini(Map<String, Object> map) Add all map key/value pairs to `konbini` 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.konbini
for the field documentation. -
putSepaDebit
public CollectionSettingCreateParams.PaymentMethodOptions.Builder putSepaDebit(String key, Object value) Add a key/value pair to `sepaDebit` 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.sepaDebit
for the field documentation. -
putAllSepaDebit
public CollectionSettingCreateParams.PaymentMethodOptions.Builder putAllSepaDebit(Map<String, Object> map) Add all map key/value pairs to `sepaDebit` 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.sepaDebit
for the field documentation. -
setUsBankAccount
public CollectionSettingCreateParams.PaymentMethodOptions.Builder setUsBankAccount(CollectionSettingCreateParams.PaymentMethodOptions.UsBankAccount usBankAccount) This sub-hash contains details about the ACH direct debit payment method options.
-