Package com.stripe.model
Class ConfirmationToken.PaymentMethodPreview.AcssDebit
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ConfirmationToken.PaymentMethodPreview.AcssDebit
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ConfirmationToken.PaymentMethodPreview
For more details about AcssDebit, 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 booleanbooleanAccount number of the bank account.Name of the bank associated with the bank account.Uniquely identifies this particular bank account.Institution number of the bank account.getLast4()Last four digits of the bank account number.Transit number of the bank account.inthashCode()voidsetAccountNumber(String accountNumber) Account number of the bank account.voidsetBankName(String bankName) Name of the bank associated with the bank account.voidsetFingerprint(String fingerprint) Uniquely identifies this particular bank account.voidsetInstitutionNumber(String institutionNumber) Institution number of the bank account.voidLast four digits of the bank account number.voidsetTransitNumber(String transitNumber) 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
-
AcssDebit
public AcssDebit()
-
-
Method Details
-
getAccountNumber
Account number of the bank account. -
getBankName
Name of the bank associated with the bank account. -
getFingerprint
Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same. -
getInstitutionNumber
Institution number of the bank account. -
getLast4
Last four digits of the bank account number. -
getTransitNumber
Transit number of the bank account. -
setAccountNumber
Account number of the bank account. -
setBankName
Name of the bank associated with the bank account. -
setFingerprint
Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same. -
setInstitutionNumber
Institution number of the bank account. -
setLast4
Last four digits of the bank account number. -
setTransitNumber
Transit number of the bank account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-