Package com.stripe.param
Class SetupIntentUpdateParams.PaymentMethodData.AcssDebit.Builder
java.lang.Object
com.stripe.param.SetupIntentUpdateParams.PaymentMethodData.AcssDebit.Builder
- Enclosing class:
- SetupIntentUpdateParams.PaymentMethodData.AcssDebit
-
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) Required. Customer's bank account number.setAccountNumber
(String accountNumber) Required. Customer's bank account number.setInstitutionNumber
(EmptyParam institutionNumber) Required. Institution number of the customer's bank.setInstitutionNumber
(String institutionNumber) Required. Institution number of the customer's bank.setTransitNumber
(EmptyParam transitNumber) setTransitNumber
(String transitNumber) Required. Transit number of the customer's bank.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAccountNumber
public SetupIntentUpdateParams.PaymentMethodData.AcssDebit.Builder setAccountNumber(String accountNumber) Required. Customer's bank account number. -
setAccountNumber
public SetupIntentUpdateParams.PaymentMethodData.AcssDebit.Builder setAccountNumber(EmptyParam accountNumber) Required. Customer's bank account number. -
putExtraParam
public SetupIntentUpdateParams.PaymentMethodData.AcssDebit.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.AcssDebit.extraParams
for the field documentation. -
putAllExtraParam
public SetupIntentUpdateParams.PaymentMethodData.AcssDebit.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.AcssDebit.extraParams
for the field documentation. -
setInstitutionNumber
public SetupIntentUpdateParams.PaymentMethodData.AcssDebit.Builder setInstitutionNumber(String institutionNumber) Required. Institution number of the customer's bank. -
setInstitutionNumber
public SetupIntentUpdateParams.PaymentMethodData.AcssDebit.Builder setInstitutionNumber(EmptyParam institutionNumber) Required. Institution number of the customer's bank. -
setTransitNumber
public SetupIntentUpdateParams.PaymentMethodData.AcssDebit.Builder setTransitNumber(String transitNumber) Required. Transit number of the customer's bank. -
setTransitNumber
public SetupIntentUpdateParams.PaymentMethodData.AcssDebit.Builder setTransitNumber(EmptyParam transitNumber)
-