Package com.stripe.model
Class Charge.PaymentMethodDetails.AchDebit
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.AchDebit
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
For more details about AchDebit, 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 booleanbooleanType of entity that holds the account.Name of the bank associated with the bank account.Two-letter ISO code representing the country the bank account is located in.Uniquely identifies this particular bank account.getLast4()Last four digits of the bank account number.Routing transit number of the bank account.inthashCode()voidsetAccountHolderType(String accountHolderType) Type of entity that holds the account.voidsetBankName(String bankName) Name of the bank associated with the bank account.voidsetCountry(String country) Two-letter ISO code representing the country the bank account is located in.voidsetFingerprint(String fingerprint) Uniquely identifies this particular bank account.voidLast four digits of the bank account number.voidsetRoutingNumber(String routingNumber) Routing transit number of the bank account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AchDebit
public AchDebit()
-
-
Method Details
-
getAccountHolderType
Type of entity that holds the account. This can be eitherindividualorcompany.One of
company, orindividual. -
getBankName
Name of the bank associated with the bank account. -
getCountry
Two-letter ISO code representing the country the bank account is located in. -
getFingerprint
Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same. -
getLast4
Last four digits of the bank account number. -
getRoutingNumber
Routing transit number of the bank account. -
setAccountHolderType
Type of entity that holds the account. This can be eitherindividualorcompany.One of
company, orindividual. -
setBankName
Name of the bank associated with the bank account. -
setCountry
Two-letter ISO code representing the country the bank account is located in. -
setFingerprint
Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same. -
setLast4
Last four digits of the bank account number. -
setRoutingNumber
Routing transit number of the bank account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-