ShippingDetails

Digital wallet shipping contact information and the shipping options

The shipping contact information and the product shipping options that are offered to a buyer in a digital payment method such as Apple Pay or Google Pay

Properties

shippingDetails.js
JS
JavaScript

const shippingDetails = {

  "contact": {"givenName": "John",

     "familyName": "Doe",

     "addressLines": [

        "123 East Main Street",

        "#111"

     ],

     "city": "Seattle",

     "state": "WA",

     "postalCode": "98111",

     "countryCode": "US",

     "email": "[email protected]",

     "phone": "+12065551212"

  },

  "option": {

    "amount": "1.00",

    "id": "1",

    "label": "UPS Ground"

  }

}