StripeElixir.Resources.NextActionOxxoDisplayDetails (stripe_elixir v0.1.0)

Copy Markdown View Source

PaymentIntentNextActionDisplayOxxoDetails

Summary

Types

t()

@type t() :: %StripeElixir.Resources.NextActionOxxoDisplayDetails{
  expires_after: integer(),
  hosted_voucher_url: String.t(),
  number: String.t()
}
  • expires_after - The timestamp after which the OXXO voucher expires. Format: Unix timestamp. Nullable.
  • hosted_voucher_url - The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher. Max length: 5000. Nullable.
  • number - OXXO reference number. Max length: 5000. Nullable.

Functions

object_name()