FortnoxEx.Model.CustomerPartial (fortnox_ex v0.4.1)

A partial customer object (from customer list)

Link to this section Summary

Link to this section Types

Specs

t() :: %FortnoxEx.Model.CustomerPartial{
  "@url": String.t() | nil,
  Address1: String.t() | nil,
  Address2: String.t() | nil,
  City: String.t() | nil,
  CustomerNumber: String.t() | nil,
  Email: String.t() | nil,
  Name: String.t() | nil,
  OrganisationNumber: String.t() | nil,
  Phone: String.t() | nil,
  ZipCode: String.t() | nil
}