Package com.stripe.model
Class PaymentIntent.NextAction.KonbiniDisplayDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.KonbiniDisplayDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.NextAction
For more details about KonbiniDisplayDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Stores, please refer to the API Reference. -
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
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
KonbiniDisplayDetails
public KonbiniDisplayDetails()
-
-
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()
-