Name
The name of the customer and/or company.
Property | Type | Description |
---|---|---|
companyName | string(1-50) | The company's name, if the purchase is being made on behalf of a company. Example: "Paynova AB" |
title | string(1-10) | The title. Example: "Mr.", "Mrs.". |
firstName | string(1-50) | The first name (given name). Example: "Christopher" |
middleNames | string(1-100) | The middle names. Example: "Carl" |
lastName | string(1-50) | The last name (surname). Example: "Williams" |
suffix | string(1-10) | The name's suffix. Example: "Jr." , "Sr." |
Address
The bill-to/ship-to address.
Property | Type | Description |
---|---|---|
street1 | string | The street address, line 1. Example: "TESTSTREET1" |
street2 | string | The street address, line 2. Example: "TESTSTREET1" |
street3 | string | The street address, line 3. Example: "TESTSTREET1" |
street4 | string | The street address, line 4. Example: "TESTSTREET1" |
city | string | The city. Example: "Stockholm" |
postalCode | string | The postal/zip code. Example: "26151" |
regionCode | string | The region code/state code. |
countryCode | string(2-3) | The country code. This may be the two-letter (alpha-2) or the three-letter (alpha-3) code. Examples: "SE" , "SWE" . |