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

The postal address data of a customer used in invoices and displayed when the customer logs in to the user panels. As for cloud services, this information may be required to create a service.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ingram.Marketplace.Model.Address{
  addressExtension: String.t() | nil,
  city: String.t(),
  countryCode: String.t(),
  postalCode: String.t(),
  state: String.t(),
  streetAddress: String.t()
}