Polarex.OrderItemSchema (Polarex v0.2.0)
View SourceProvides struct and type for a OrderItemSchema
Summary
Types
@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() }