Package com.stripe.model
Class PaymentIntent.NextAction.OxxoDisplayDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.OxxoDisplayDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.NextAction
The payment code.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The timestamp after which the OXXO voucher expires.The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher.OXXO reference number.int
hashCode()
void
setExpiresAfter
(Long expiresAfter) The timestamp after which the OXXO voucher expires.void
setHostedVoucherUrl
(String hostedVoucherUrl) The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher.void
OXXO reference number.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
OxxoDisplayDetails
public OxxoDisplayDetails()
-
-
Method Details
-
getExpiresAfter
The timestamp after which the OXXO voucher expires. -
getHostedVoucherUrl
The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher. -
getNumber
OXXO reference number. -
setExpiresAfter
The timestamp after which the OXXO voucher expires. -
setHostedVoucherUrl
The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher. -
setNumber
OXXO reference number. -
equals
-
canEqual
-
hashCode
public int hashCode()
-