Package com.stripe.param
Class SetupIntentUpdateParams.PaymentMethodData.BacsDebit.Builder
java.lang.Object
com.stripe.param.SetupIntentUpdateParams.PaymentMethodData.BacsDebit.Builder
- Enclosing class:
- SetupIntentUpdateParams.PaymentMethodData.BacsDebit
-
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.setAccountNumber
(EmptyParam accountNumber) Account number of the bank account that the funds will be debited from.setAccountNumber
(String accountNumber) Account number of the bank account that the funds will be debited from.setSortCode
(EmptyParam sortCode) setSortCode
(String sortCode) Sort code of the bank account.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAccountNumber
public SetupIntentUpdateParams.PaymentMethodData.BacsDebit.Builder setAccountNumber(String accountNumber) Account number of the bank account that the funds will be debited from. -
setAccountNumber
public SetupIntentUpdateParams.PaymentMethodData.BacsDebit.Builder setAccountNumber(EmptyParam accountNumber) Account number of the bank account that the funds will be debited from. -
putExtraParam
public SetupIntentUpdateParams.PaymentMethodData.BacsDebit.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. SeeSetupIntentUpdateParams.PaymentMethodData.BacsDebit.extraParams
for the field documentation. -
putAllExtraParam
public SetupIntentUpdateParams.PaymentMethodData.BacsDebit.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. SeeSetupIntentUpdateParams.PaymentMethodData.BacsDebit.extraParams
for the field documentation. -
setSortCode
Sort code of the bank account. (e.g.,10-20-30
) -
setSortCode
-