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

Contact information about a physical person. This can be used in notifications and displayed when the person logs in to the user panels. When providing a service for a user, the respective cloud application may require this data.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ingram.Marketplace.Model.GetContactPerson{
  email: String.t(),
  firstName: String.t(),
  lastName: String.t(),
  phoneNumber: String.t(),
  type: String.t()
}