Package com.stripe.model
Class FundingInstructions.BankTransfer.FinancialAddress.Zengin
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.FundingInstructions.BankTransfer.FinancialAddress.Zengin
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- FundingInstructions.BankTransfer.FinancialAddress
Zengin Records contain Japan bank account details per the Zengin format.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setAccountHolderName
(String accountHolderName) void
setAccountNumber
(String accountNumber) void
setAccountType
(String accountType) void
setBankCode
(String bankCode) void
setBankName
(String bankName) void
setBranchCode
(String branchCode) void
setBranchName
(String branchName) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Zengin
public Zengin()
-
-
Method Details
-
getAccountHolderName
-
getAccountNumber
-
getAccountType
-
getBankCode
-
getBankName
-
getBranchCode
-
getBranchName
-
setAccountHolderName
-
setAccountNumber
-
setAccountType
-
setBankCode
-
setBankName
-
setBranchCode
-
setBranchName
-
equals
-
canEqual
-
hashCode
public int hashCode()
-