ApplePayShippingContactUpdate
Updated transaction details that result from a change in shipping contact, including any errors.
Declaration
dictionary ApplePayShippingContactUpdate {
required ApplePayLineItem newTotal;
sequence < ApplePayLineItem > newLineItems;
sequence < ApplePayPaymentTokenContext > newMultiTokenContexts;
ApplePayAutomaticReloadPaymentRequest newAutomaticReloadPaymentRequest;
ApplePayRecurringPaymentRequest newRecurringPaymentRequest;
ApplePayDeferredPaymentRequest newDeferredPaymentRequest;
sequence < ApplePayError > errors;
sequence < ApplePayShippingMethod > newShippingMethods;
};Mentioned in
Overview
You must provide an updated total after shipping contact information changes. You can optionally provide a list of errors, updated shipping methods, or updated line items.
The system assumes the shipping contact update is successful if you don’t provide any errors in the ApplePayShippingContactUpdate.