BillingContact

A buyer

The BillingContact includes contact information about the buyer.

Properties

billingContact.js
JS
JavaScript

const buyer = {

   "givenName": "John",

   "familyName": "Doe",

   "addressLines": [

      "123 East Main Street",

      "#111"

   ],

   "city": "Seattle",

   "state": "WA",

   "postalCode": "98111",

   "countryCode": "US",

   "email": "[email protected]",

   "phone": "+12065551212"

}