Package com.stripe.model
Class PaymentIntent.NextActionOxxoDisplayDetails
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.PaymentIntent.NextActionOxxoDisplayDetails
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent
public static class PaymentIntent.NextActionOxxoDisplayDetails extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description NextActionOxxoDisplayDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.LonggetExpiresAfter()The timestamp after which the OXXO voucher expires.java.lang.StringgetHostedVoucherUrl()The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher.java.lang.StringgetNumber()OXXO reference number.inthashCode()voidsetExpiresAfter(java.lang.Long expiresAfter)The timestamp after which the OXXO voucher expires.voidsetHostedVoucherUrl(java.lang.String hostedVoucherUrl)The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher.voidsetNumber(java.lang.String number)OXXO reference number.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getExpiresAfter
public java.lang.Long getExpiresAfter()
The timestamp after which the OXXO voucher expires.
-
getHostedVoucherUrl
public java.lang.String getHostedVoucherUrl()
The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher.
-
getNumber
public java.lang.String getNumber()
OXXO reference number.
-
setExpiresAfter
public void setExpiresAfter(java.lang.Long expiresAfter)
The timestamp after which the OXXO voucher expires.
-
setHostedVoucherUrl
public void setHostedVoucherUrl(java.lang.String hostedVoucherUrl)
The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher.
-
setNumber
public void setNumber(java.lang.String number)
OXXO reference number.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-