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

:days_until_due :: :integer

Number of days within which a customer must pay invoices generated by this subscription schedule. This value will be null for subscription schedules where billing=charge_automatically.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function

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

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