Address Input

Input representation of an account address or a party relationship group address.
JSON example
"billingAddress":{
          "street":"",
          "city":"Los Angeles",
          "state":"California",
          "country":"USA",
          "postalCode":"94263"
       },
       "shippingAddress":{
          "street":"",
          "city":"Los Angeles",
          "state":"California",
          "country":"USA",
          "postalCode":"94263"
       },
Properties
Name Type Description Required or Optional Available Version
city String City of the account or the party relationship group. Optional 58.0
country String Country of the account or the party relationship group. Optional 58.0
postalCode String Postal code of the account or the party relationship group. Optional 58.0
state String State of the account or the party relationship group. Optional 58.0
street String Street of the account or the party relationship group. Optional 58.0