PolarExpress.Schemas.BalanceOrderMetadata (polar_express v0.2.2)

Copy Markdown View Source

BalanceOrderMetadata

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.BalanceOrderMetadata{
  amount: term(),
  currency: term(),
  exchange_rate: term(),
  fee: term(),
  net_amount: term(),
  order_id: term(),
  presentment_amount: term(),
  presentment_currency: term(),
  product_id: term(),
  subscription_id: term(),
  tax_amount: term(),
  tax_country: term(),
  tax_state: term(),
  transaction_id: term()
}
  • amount
  • currency
  • exchange_rate
  • fee
  • net_amount
  • order_id
  • presentment_amount
  • presentment_currency
  • product_id
  • subscription_id
  • tax_amount
  • tax_country - Nullable.
  • tax_state - Nullable.
  • transaction_id

Functions

schema_name()