Package com.stripe.model
Class PaymentIntent.NextActionKonbiniDisplayDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextActionKonbiniDisplayDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
PaymentIntent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe timestamp at which the pending Konbini payment expires.The URL for the Konbini payment instructions page, which allows customers to view and print a Konbini voucher.inthashCode()voidsetExpiresAt(Long expiresAt) The timestamp at which the pending Konbini payment expires.voidsetHostedVoucherUrl(String hostedVoucherUrl) The URL for the Konbini payment instructions page, which allows customers to view and print a Konbini voucher.voidMethods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
NextActionKonbiniDisplayDetails
public NextActionKonbiniDisplayDetails()
-
-
Method Details
-
getExpiresAt
The timestamp at which the pending Konbini payment expires. -
getHostedVoucherUrl
The URL for the Konbini payment instructions page, which allows customers to view and print a Konbini voucher. -
getStores
-
setExpiresAt
The timestamp at which the pending Konbini payment expires. -
setHostedVoucherUrl
The URL for the Konbini payment instructions page, which allows customers to view and print a Konbini voucher. -
setStores
-
equals
-
canEqual
-
hashCode
public int hashCode()
-