PolarExpress.Schemas.ProductPriceFixedCreate (polar_express v0.1.5)

Copy Markdown View Source

ProductPriceFixedCreate

Schema to create a fixed price.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.ProductPriceFixedCreate{
  amount_type: String.t() | nil,
  price_amount: integer() | nil,
  price_currency: PolarExpress.Schemas.PresentmentCurrency.t() | nil
}
  • amount_type
  • price_amount - The price in cents.
  • price_currency - The currency in which the customer will be charged.

Functions

schema_name()