View Source ExOAPI.Stripe.Schemas.PaymentIntentNextActionDisplayOxxoDetails (exoapi_stripe v0.1.4)

:expires_after :: :integer

The timestamp after which the OXXO voucher expires.

:hosted_voucher_url :: :string

The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher.

:number :: :string

OXXO reference number.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.PaymentIntentNextActionDisplayOxxoDetails{
  expires_after: integer() | nil,
  hosted_voucher_url: String.t() | nil,
  number: String.t() | nil
}

Link to this section Functions

Link to this function

changeset(struct \\ %__MODULE__{}, params)

View Source
@spec changeset(t(), params()) :: Ecto.Changeset.t()