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
The branch name of the account.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The 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.int
hashCode()
void
setExpiresAt
(Long expiresAt) The timestamp at which the pending Konbini payment expires.void
setHostedVoucherUrl
(String hostedVoucherUrl) The URL for the Konbini payment instructions page, which allows customers to view and print a Konbini voucher.void
Methods inherited from class com.stripe.model.StripeObject
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()
-