View Source ExOAPI.Stripe.Schemas.PaymentIntentNextActionKonbini (exoapi_stripe v0.1.4)
:expires_at :: :integer
The timestamp at which the pending Konbini payment expires.
:hosted_voucher_url :: :string
The URL for the Konbini payment instructions page, which allows customers to view and print a Konbini voucher.
:stores :: ExOAPI.Stripe.Schemas.PaymentIntentNextActionKonbiniStores
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.PaymentIntentNextActionKonbini{ expires_at: integer() | nil, hosted_voucher_url: String.t() | nil, stores: ExOAPI.Stripe.Schemas.PaymentIntentNextActionKonbiniStores.t() | nil }
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()