PolarExpress.Schemas.LegacyRecurringProductPriceFixed (polar_express v0.2.2)

Copy Markdown View Source

LegacyRecurringProductPriceFixed

A recurring price for a product, i.e. a subscription.

Deprecated: The recurring interval should be set on the product itself.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.LegacyRecurringProductPriceFixed{
  amount_type: term(),
  created_at: term(),
  id: term(),
  is_archived: term(),
  legacy: term(),
  modified_at: term(),
  price_amount: term(),
  price_currency: term(),
  product_id: term(),
  recurring_interval: term(),
  source: term(),
  tax_behavior: term(),
  type: term()
}
  • amount_type
  • created_at - Creation timestamp of the object. Format: date-time.
  • id - The ID of the price. Format: uuid4.
  • is_archived - Whether the price is archived and no longer available.
  • legacy
  • modified_at - Last modification timestamp of the object. Nullable.
  • price_amount - The price in cents.
  • price_currency - The currency in which the customer will be charged.
  • product_id - The ID of the product owning the price. Format: uuid4.
  • recurring_interval - The recurring interval of the price.
  • source - The source of the price . catalog is a predefined price, while ad_hoc is a price created dynamically on a Checkout session.
  • tax_behavior - The tax behavior of the price. If null, it defaults to the organization's default tax behavior. Nullable.
  • type - The type of the price.

Functions

schema_name()