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

A structure representing the unit price of the product at which the product was ordered.

Link to this section Summary

Link to this section Types

Specs

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