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

:expires_after_days :: :integer

The number of calendar days before an OXXO invoice expires. For example, if you create an OXXO invoice on Monday and you set expires_after_days to 2, the OXXO invoice will expire on Wednesday at 23:59 America/Mexico_City time.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.CheckoutOxxoPaymentMethodOptions{
  expires_after_days: integer() | nil
}

Link to this section Functions

Link to this function

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

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