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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Six-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.int
hashCode()
void
setBsbNumber
(String bsbNumber) Six-digit number identifying bank and branch associated with this bank account.void
setFingerprint
(String fingerprint) Uniquely identifies this particular bank account.void
Last four digits of the bank account number.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AuBecsDebit
public AuBecsDebit()
-
-
Method Details
-
getBsbNumber
Six-digit number identifying bank and branch associated with this bank account. -
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. -
setBsbNumber
Six-digit number identifying bank and branch associated with this bank account. -
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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-