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

:expires_after_days :: :integer

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

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.CheckoutBoletoPaymentMethodOptions{
  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()