Package com.stripe.param
Class PaymentMethodCreateParams.NzBankAccount
java.lang.Object
com.stripe.param.PaymentMethodCreateParams.NzBankAccount
- Enclosing class:
- PaymentMethodCreateParams
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The name on the bank account.Required. The account number for the bank account.Required. The numeric code for the bank account's bank.Required. The numeric code for the bank account's bank branch.Map of extra parameters for custom features not available in this client library.Required. The suffix of the bank account number.int
hashCode()
-
Method Details
-
builder
-
getAccountHolderName
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. -
getAccountNumber
Required. The account number for the bank account. -
getBankCode
Required. The numeric code for the bank account's bank. -
getBranchCode
Required. The numeric code for the bank account's bank branch. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getReference
-
getSuffix
Required. The suffix of the bank account number. -
equals
-
canEqual
-
hashCode
public int hashCode()
-