ProductPriceFixedCreate
Schema to create a fixed price.
Summary
Types
@type t() :: %PolarExpress.Schemas.ProductPriceFixedCreate{ amount_type: String.t() | nil, price_amount: integer() | nil, price_currency: PolarExpress.Schemas.PresentmentCurrency.t() | nil }
amount_typeprice_amount- The price in cents.price_currency- The currency in which the customer will be charged.