PolarExpress.Schemas.BalanceCreditOrderMetadata (polar_express v0.2.2)

Copy Markdown View Source

BalanceCreditOrderMetadata

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.BalanceCreditOrderMetadata{
  amount: term(),
  currency: term(),
  fee: term(),
  order_id: term(),
  product_id: term(),
  subscription_id: term(),
  tax_amount: term(),
  tax_country: term(),
  tax_state: term()
}
  • amount
  • currency
  • fee
  • order_id
  • product_id
  • subscription_id
  • tax_amount
  • tax_country - Nullable.
  • tax_state - Nullable.

Functions

schema_name()