Package com.stripe.model
Class Charge.PaymentMethodDetails.AfterpayClearpay
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.AfterpayClearpay
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The Afterpay order ID associated with this payment intent.Order identifier shown to the merchant in Afterpay’s online portal.int
hashCode()
void
setOrderId
(String orderId) The Afterpay order ID associated with this payment intent.void
setReference
(String reference) Order identifier shown to the merchant in Afterpay’s online portal.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AfterpayClearpay
public AfterpayClearpay()
-
-
Method Details
-
getOrderId
The Afterpay order ID associated with this payment intent. -
getReference
Order identifier shown to the merchant in Afterpay’s online portal. -
setOrderId
The Afterpay order ID associated with this payment intent. -
setReference
Order identifier shown to the merchant in Afterpay’s online portal. -
equals
-
canEqual
-
hashCode
public int hashCode()
-