Package com.stripe.param
Class PaymentIntentUpdateParams.PaymentMethodData.AcssDebit.Builder
java.lang.Object
com.stripe.param.PaymentIntentUpdateParams.PaymentMethodData.AcssDebit.Builder
- Enclosing class:
- PaymentIntentUpdateParams.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 PaymentIntentUpdateParams.PaymentMethodData.AcssDebit.Builder setAccountNumber(String accountNumber) Required. Customer's bank account number. -
setAccountNumber
public PaymentIntentUpdateParams.PaymentMethodData.AcssDebit.Builder setAccountNumber(EmptyParam accountNumber) Required. Customer's bank account number. -
putExtraParam
public PaymentIntentUpdateParams.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. SeePaymentIntentUpdateParams.PaymentMethodData.AcssDebit.extraParams
for the field documentation. -
putAllExtraParam
public PaymentIntentUpdateParams.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. SeePaymentIntentUpdateParams.PaymentMethodData.AcssDebit.extraParams
for the field documentation. -
setInstitutionNumber
public PaymentIntentUpdateParams.PaymentMethodData.AcssDebit.Builder setInstitutionNumber(String institutionNumber) Required. Institution number of the customer's bank. -
setInstitutionNumber
public PaymentIntentUpdateParams.PaymentMethodData.AcssDebit.Builder setInstitutionNumber(EmptyParam institutionNumber) Required. Institution number of the customer's bank. -
setTransitNumber
public PaymentIntentUpdateParams.PaymentMethodData.AcssDebit.Builder setTransitNumber(String transitNumber) Required. Transit number of the customer's bank. -
setTransitNumber
public PaymentIntentUpdateParams.PaymentMethodData.AcssDebit.Builder setTransitNumber(EmptyParam transitNumber)
-