Ingram.Marketplace.Model.OrderItemPrice (Ingram Marketplace API v1.4.6) View Source

A structure representing the ordered item (one or more products) price.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ingram.Marketplace.Model.OrderItemPrice{
  amount: String.t(),
  currency: String.t()
}