PolarExpress.Schemas.CheckoutDiscountFixedRepeatDuration
(polar_express v0.2.2)
Copy Markdown
View Source
CheckoutDiscountFixedRepeatDuration
Schema for a fixed amount discount that is applied on every invoice for a certain number of months.
Summary
Types
@type t() :: %PolarExpress.Schemas.CheckoutDiscountFixedRepeatDuration{ amount: term(), amounts: term(), code: term(), currency: term(), duration: term(), duration_in_months: term(), id: term(), name: term(), type: term() }
amount- Deprecated.amounts- Map of currency to fixed amount to discount from the total.code- Nullable.currency- Deprecated.durationduration_in_monthsid- The ID of the object. Format: uuid4.nametype