Package com.stripe.model
Class ConfirmationToken.PaymentMethodPreview.Payto
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ConfirmationToken.PaymentMethodPreview.Payto
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ConfirmationToken.PaymentMethodPreview
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Bank-State-Branch number of the bank account.getLast4()
Last four digits of the bank account number.getPayId()
The PayID alias for the bank account.int
hashCode()
void
setBsbNumber
(String bsbNumber) Bank-State-Branch number of the bank account.void
Last four digits of the bank account number.void
The PayID alias for the bank account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Payto
public Payto()
-
-
Method Details
-
getBsbNumber
Bank-State-Branch number of the bank account. -
getLast4
Last four digits of the bank account number. -
getPayId
The PayID alias for the bank account. -
setBsbNumber
Bank-State-Branch number of the bank account. -
setLast4
Last four digits of the bank account number. -
setPayId
The PayID alias for the bank account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-