Package com.stripe.model
Class Charge.PaymentMethodDetails.Affirm
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Affirm
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
For more details about Affirm, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
ID of the location that this transaction's reader is assigned to.ID of the reader this transaction was made on.The Affirm transaction ID associated with this payment.int
hashCode()
void
setLocation
(String location) ID of the location that this transaction's reader is assigned to.void
ID of the reader this transaction was made on.void
setTransactionId
(String transactionId) The Affirm transaction ID associated with this payment.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Affirm
public Affirm()
-
-
Method Details
-
getLocation
ID of the location that this transaction's reader is assigned to. -
getReader
ID of the reader this transaction was made on. -
getTransactionId
The Affirm transaction ID associated with this payment. -
setLocation
ID of the location that this transaction's reader is assigned to. -
setReader
ID of the reader this transaction was made on. -
setTransactionId
The Affirm transaction ID associated with this payment. -
equals
-
canEqual
-
hashCode
public int hashCode()
-