Operations API
Addresses
Address Object
attributes id string the object's unique identifier phone string the customer's billing phone object string the value is always address name string the customer's name or company for this address representative string the name of the contact person for this address is company boolean this attribute shows whether this address belongs to a business or an individual email string the customer's email shipping address boolean always false for billing addresses address string the customer's address city string the customer's city postcode string the customer's postcode state string ( appendix docid\ kfbmx4q3dxjtduqf75yx1 ) the customer's state country string ( appendix docid\ kfbmx4q3dxjtduqf75yx1 ) the customer's country in iso 3166 format vat number string the customer's vat number (if supported) verified vat boolean this attribute shows whether the customer's vat number has been verified ip string the customer's ip address it is provided if verified vat is set to true as additional evidence according to the european union's accounting recommendations locale string ( appendix docid\ kfbmx4q3dxjtduqf75yx1 ) the preferred language of the representative for this address { "id" "a6f75f5a af4f 43e8 bfc9 616c03763be4", "object" "address", "phone" null, "name" "tamio gmbh", "representative" "jane doe", "email" "jane+doe\@example com", "address" "awesome street", "city" "frankfurt", "postcode" "12345", "state" null, "country" "de", "locale" "en", "shipping address" false, "ip" null, "is company" true, "vat" "de1231233", "verified vat" false }