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

The structure representing an individual product item in the subscription. A subscription may have one or more of these items.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ingram.Marketplace.Model.SubscriptionItem{
  extendedPrice: SubscriptionItemExtendedPrice | nil,
  mpn: String.t() | nil,
  quantity: float() | nil,
  unitPrice: SubscriptionItemUnitPrice | nil
}