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

A structure representing the product price.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ingram.Marketplace.Model.ProductPrice{
  amount: String.t(),
  currency: String.t(),
  type: String.t() | nil
}