Package com.stripe.model
Class Charge.PaymentMethodDetails.Payto
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Payto
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
Indicates whether the transaction is eligible for PayPal's seller protection.
One of eligible
, not_eligible
, or partially_eligible
.
-
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.ID of the mandate used to make this payment.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
setMandate
(String mandate) ID of the mandate used to make this payment.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. -
getMandate
ID of the mandate used to make this payment. -
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. -
setMandate
ID of the mandate used to make this payment. -
setPayId
The PayID alias for the bank account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-