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

:recurring :: ExOAPI.Stripe.Schemas.QuotesResourceRecurring

The definitive totals and line items the customer will be charged on a recurring basis. Takes into account the line items with recurring prices and discounts with duration=forever coupons only. Defaults to null if no inputted line items with recurring prices.

:upfront :: ExOAPI.Stripe.Schemas.QuotesResourceUpfront

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.QuotesResourceComputed{
  recurring: ExOAPI.EctoTypes.AnyOf.t() | nil,
  upfront: ExOAPI.Stripe.Schemas.QuotesResourceUpfront.t() | nil
}

Link to this section Functions

Link to this function

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

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