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

A customer representation that contains the basic information about the customer such as the identifier, name, type, status, and billing mode.

Link to this section Summary

Link to this section Types

Specs

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