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

The extended representation of a specific customer with additional arrays of addresses and contacts, and the preferred language of the customer.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ingram.Marketplace.Model.PostCustomerDetails{
  address: Address | nil,
  contactPersons: [PostContactPerson] | nil,
  externalId: String.t(),
  id: String.t(),
  language: String.t() | nil,
  name: String.t(),
  status: String.t(),
  taxRegId: String.t() | nil
}