Package com.stripe.model
Class PaymentRecord.PaymentMethodDetails.Alma
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentRecord.PaymentMethodDetails.Alma
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentRecord.PaymentMethodDetails
For more details about Alma, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Installments, 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
The Alma transaction ID associated with this payment.int
hashCode()
void
void
setTransactionId
(String transactionId) The Alma 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
-
Alma
public Alma()
-
-
Method Details