Package com.stripe.model
Class ConfirmationToken.PaymentMethodPreview.AuBecsDebit
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ConfirmationToken.PaymentMethodPreview.AuBecsDebit
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- ConfirmationToken.PaymentMethodPreview
For more details about AuBecsDebit, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanSix-digit number identifying bank and branch associated with this bank account.Uniquely identifies this particular bank account.getLast4()Last four digits of the bank account number.inthashCode()voidsetBsbNumber(String bsbNumber) Six-digit number identifying bank and branch associated with this bank account.voidsetFingerprint(String fingerprint) Uniquely identifies this particular bank account.voidLast four digits of the bank account number.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
AuBecsDebitpublic AuBecsDebit()
 
- 
- 
Method Details- 
getBsbNumberSix-digit number identifying bank and branch associated with this bank account.
- 
getFingerprintUniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
- 
getLast4Last four digits of the bank account number.
- 
setBsbNumberSix-digit number identifying bank and branch associated with this bank account.
- 
setFingerprintUniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
- 
setLast4Last four digits of the bank account number.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-