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