Ingram.Marketplace.Model.GetCustomerDetails (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.GetCustomerDetails{
  address: Address,
  contactPersons: [GetContactPerson],
  externalId: String.t(),
  id: String.t(),
  language: String.t() | nil,
  name: String.t(),
  status: String.t(),
  taxRegId: String.t() | nil
}