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

The representation of a subscription created when an order to a product is processed.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ingram.Marketplace.Model.Subscription{
  creationDate: Date.t() | nil,
  customerId: String.t() | nil,
  id: String.t(),
  lastModifiedDate: Date.t() | nil,
  renewalDate: Date.t() | nil,
  renewalStatus: boolean() | nil,
  status: String.t() | nil
}