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
For more details about AfterpayClearpay, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe Afterpay order ID associated with this payment intent.Order identifier shown to the merchant in Afterpay’s online portal.inthashCode()voidsetOrderId(String orderId) The Afterpay order ID associated with this payment intent.voidsetReference(String reference) Order identifier shown to the merchant in Afterpay’s online portal.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
AfterpayClearpaypublic AfterpayClearpay()
 
- 
- 
Method Details- 
getOrderIdThe Afterpay order ID associated with this payment intent.
- 
getReferenceOrder identifier shown to the merchant in Afterpay’s online portal.
- 
setOrderIdThe Afterpay order ID associated with this payment intent.
- 
setReferenceOrder identifier shown to the merchant in Afterpay’s online portal.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-