Package com.stripe.model
Class PaymentMethod.BacsDebit
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.BacsDebit
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Uniquely identifies this particular bank account.getLast4()
Last four digits of the bank account number.Sort code of the bank account.int
hashCode()
void
setFingerprint
(String fingerprint) Uniquely identifies this particular bank account.void
Last four digits of the bank account number.void
setSortCode
(String sortCode) Sort code of the bank account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BacsDebit
public BacsDebit()
-
-
Method Details
-
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. -
getSortCode
Sort code of the bank account. (e.g.,10-20-30
) -
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. -
setSortCode
Sort code of the bank account. (e.g.,10-20-30
) -
equals
-
canEqual
-
hashCode
public int hashCode()
-