Polarex.OrderItemSchema (Polarex v0.2.1)

View Source

Provides struct and type for a OrderItemSchema

Summary

Types

t()

@type t() :: %Polarex.OrderItemSchema{
  amount: integer(),
  created_at: DateTime.t(),
  id: String.t(),
  label: String.t(),
  modified_at: DateTime.t() | nil,
  product_price_id: String.t() | nil,
  proration: boolean(),
  tax_amount: integer()
}