BillTo Summar

Structure

FieldTypeRequiredDescription
addressString
Unique identifier for the .
stateCountry
Reserved.
cityNameString
Name of the city.
countryCountry
Country
documentDocument
Document of Billto
nameString
Name 
postalCodeString
postalCode
webPageString
web page




JSON representation

{
        "address" : "C. FERNANDO VILLALON 1 01 P05 D",
        "state" : null,
        "cityName" : "SEVILLA",
        "code" : "44517",
        "country" : {
          "name" : "SPAIN",
          "codeISO2" : "ES"
        },
        "document" : {
          "number" : "58837852S",
          "documentType" : {
            "code" : "00",
            "name" : "Spanish Id Document"
          }
        },
        "name" : "MARTINEZ CASQUETE, ANDRES",
        "postalCode" : "08005",
        "webPage" : null
}