PolarExpress.Schemas.ProductPriceFreeCreate (polar_express v0.1.5)

Copy Markdown View Source

ProductPriceFreeCreate

Schema to create a free price.

Summary

Types

t()

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

Functions

schema_name()