shippingContact
The shipping address selected by the user.
Declaration
readonly attribute ApplePayPaymentContact shippingContact;Discussion
This attribute is contained by the onshippingcontactselected event. Access this attribute using the event parameter in the callback function; for example, var myShippingContact = event.shippingContact;.