PolarExpress.Schemas.ProductPriceFreeCreate (polar_express v0.2.2)

Copy Markdown View Source

ProductPriceFreeCreate

Schema to create a free price.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.ProductPriceFreeCreate{
  amount_type: term(),
  price_currency: term(),
  tax_behavior: term()
}
  • amount_type
  • price_currency - The currency in which the customer will be charged.
  • tax_behavior - The tax behavior of the price. If not set, it will default to the organization's default tax behavior. Nullable.

Functions

schema_name()