PolarExpress.Schemas.CheckoutDiscountFixedOnceForeverDuration
(polar_express v0.2.2)
Copy Markdown
View Source
CheckoutDiscountFixedOnceForeverDuration
Schema for a fixed amount discount that is applied once or forever.
Summary
Types
@type t() :: %PolarExpress.Schemas.CheckoutDiscountFixedOnceForeverDuration{ amount: term(), amounts: term(), code: term(), currency: term(), duration: 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.durationid- The ID of the object. Format: uuid4.nametype