PolarExpress.Schemas.OrderPaidMetadata (polar_express v0.2.2)

Copy Markdown View Source

OrderPaidMetadata

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.OrderPaidMetadata{
  amount: term(),
  applied_balance_amount: term(),
  billing_type: term(),
  currency: term(),
  discount_amount: term(),
  discount_id: term(),
  net_amount: term(),
  order_id: term(),
  platform_fee: term(),
  product_id: term(),
  recurring_interval: term(),
  recurring_interval_count: term(),
  subscription_id: term(),
  tax_amount: term()
}
  • amount
  • applied_balance_amount
  • billing_type
  • currency
  • discount_amount
  • discount_id
  • net_amount
  • order_id
  • platform_fee
  • product_id
  • recurring_interval
  • recurring_interval_count
  • subscription_id
  • tax_amount

Functions

schema_name()