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

The extended representation of a specific order product estimation with information about the price.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ingram.Marketplace.Model.OrderProductToEstimation{
  mpn: String.t() | nil,
  name: String.t() | nil,
  quantity: float(),
  subscriptionId: String.t() | nil
}