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