| customerNumber |
Unique id of the customer |
Int |
Yes |
| customerName |
Name of the customer |
String(40) |
Yes |
| attention |
Attention (person that should receive the invocie) |
String(40) |
No |
| streetAddress |
Street adress |
String(40) |
Yes |
| zipCode |
Zip code |
Int |
Yes if countryCode is SE |
| internationalZipCode |
International zip code |
String(40) |
Yes if countryCode is international |
| city |
City |
String(20) |
Yes |
| countryCode |
Country |
String(2) |
Yes |
| identityNumber |
Organisation or personal number |
String(10) |
Yes |
| phoneNumber |
Phone number |
String(18) |
No |
| ourReference |
The invoice issuer reference |
String(32) |
Yes |
| languageCode |
Language code |
String(2) |
Yes |
| vatNr |
VAT number |
String(25) |
No |