Package com.stripe.model
Class PaymentMethod.NzBankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.NzBankAccount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod
For more details about NzBankAccount, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The name on the bank account.The numeric code for the bank account's bank.The name of the bank.The numeric code for the bank account's bank branch.getLast4()
Last four digits of the bank account number.The suffix of the bank account number.int
hashCode()
void
setAccountHolderName
(String accountHolderName) The name on the bank account.void
setBankCode
(String bankCode) The numeric code for the bank account's bank.void
setBankName
(String bankName) The name of the bank.void
setBranchCode
(String branchCode) The numeric code for the bank account's bank branch.void
Last four digits of the bank account number.void
The suffix of the bank account number.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
NzBankAccount
public NzBankAccount()
-
-
Method Details
-
getAccountHolderName
The name on the bank account. Only present if the account holder name is different from the name of the authorized signatory collected in the PaymentMethod’s billing details. -
getBankCode
The numeric code for the bank account's bank. -
getBankName
The name of the bank. -
getBranchCode
The numeric code for the bank account's bank branch. -
getLast4
Last four digits of the bank account number. -
getSuffix
The suffix of the bank account number. -
setAccountHolderName
The name on the bank account. Only present if the account holder name is different from the name of the authorized signatory collected in the PaymentMethod’s billing details. -
setBankCode
The numeric code for the bank account's bank. -
setBankName
The name of the bank. -
setBranchCode
The numeric code for the bank account's bank branch. -
setLast4
Last four digits of the bank account number. -
setSuffix
The suffix of the bank account number. -
equals
-
canEqual
-
hashCode
public int hashCode()
-