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

public static class PaymentIntent.NextAction.KonbiniDisplayDetails extends StripeObject
The branch name of the account.
  • Constructor Details

    • KonbiniDisplayDetails

      public KonbiniDisplayDetails()
  • Method Details

    • getExpiresAt

      public Long getExpiresAt()
      The timestamp at which the pending Konbini payment expires.
    • getHostedVoucherUrl

      public String getHostedVoucherUrl()
      The URL for the Konbini payment instructions page, which allows customers to view and print a Konbini voucher.
    • getStores

    • setExpiresAt

      public void setExpiresAt(Long expiresAt)
      The timestamp at which the pending Konbini payment expires.
    • setHostedVoucherUrl

      public void setHostedVoucherUrl(String hostedVoucherUrl)
      The URL for the Konbini payment instructions page, which allows customers to view and print a Konbini voucher.
    • setStores

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object