Package com.stripe.model
Class PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.Zengin
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.Zengin
- All Implemented Interfaces:
StripeObjectInterface
public static class PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.Zengin
extends StripeObject
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetAccountHolderName(String accountHolderName) voidsetAccountNumber(String accountNumber) voidsetAccountType(String accountType) voidsetBankCode(String bankCode) voidsetBankName(String bankName) voidsetBranchCode(String branchCode) voidsetBranchName(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()
-