#
ShippingContact
#
A digital wallet shipping contact
ShippingContact
contains name, address, email, and contact phone information
to be shown in a digital wallet payment form.
Properties
shippingContact.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"
}