Package com.stripe.param
Class PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount.Builder
java.lang.Object
com.stripe.param.PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount.Builder
- Enclosing class:
- PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount
public static class PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount.Builder
extends Object
-
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.setAccountHolderName
(EmptyParam accountHolderName) The name on the bank account.setAccountHolderName
(String accountHolderName) The name on the bank account.setAccountNumber
(EmptyParam accountNumber) Required. The account number for the bank account.setAccountNumber
(String accountNumber) Required. The account number for the bank account.setBankCode
(EmptyParam bankCode) Required. The numeric code for the bank account's bank.setBankCode
(String bankCode) Required. The numeric code for the bank account's bank.setBranchCode
(EmptyParam branchCode) Required. The numeric code for the bank account's bank branch.setBranchCode
(String branchCode) Required. The numeric code for the bank account's bank branch.setReference
(EmptyParam reference) setReference
(String reference) setSuffix
(EmptyParam suffix) Required. The suffix of the bank account number.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAccountHolderName
public PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount.Builder setAccountHolderName(String accountHolderName) The name on the bank account. Only required if the account holder name is different from the name of the authorized signatory collected in the PaymentMethod’s billing details. -
setAccountHolderName
public PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount.Builder setAccountHolderName(EmptyParam accountHolderName) The name on the bank account. Only required if the account holder name is different from the name of the authorized signatory collected in the PaymentMethod’s billing details. -
setAccountNumber
public PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount.Builder setAccountNumber(String accountNumber) Required. The account number for the bank account. -
setAccountNumber
public PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount.Builder setAccountNumber(EmptyParam accountNumber) Required. The account number for the bank account. -
setBankCode
public PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount.Builder setBankCode(String bankCode) Required. The numeric code for the bank account's bank. -
setBankCode
public PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount.Builder setBankCode(EmptyParam bankCode) Required. The numeric code for the bank account's bank. -
setBranchCode
public PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount.Builder setBranchCode(String branchCode) Required. The numeric code for the bank account's bank branch. -
setBranchCode
public PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount.Builder setBranchCode(EmptyParam branchCode) Required. The numeric code for the bank account's bank branch. -
putExtraParam
public PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount.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.NzBankAccount.extraParams
for the field documentation. -
putAllExtraParam
public PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount.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.NzBankAccount.extraParams
for the field documentation. -
setReference
public PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount.Builder setReference(String reference) -
setReference
public PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount.Builder setReference(EmptyParam reference) -
setSuffix
Required. The suffix of the bank account number. -
setSuffix
public PaymentIntentUpdateParams.PaymentMethodData.NzBankAccount.Builder setSuffix(EmptyParam suffix)
-