PaymentTransaction.UpdateShippingAddressAsync(PaymentAddress) Method

Definition

Updates the shipping address.

public:
 virtual IAsyncOperation<PaymentRequestChangedResult ^> ^ UpdateShippingAddressAsync(PaymentAddress ^ shippingAddress) = UpdateShippingAddressAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PaymentRequestChangedResult> UpdateShippingAddressAsync(PaymentAddress const& shippingAddress);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PaymentRequestChangedResult> UpdateShippingAddressAsync(PaymentAddress shippingAddress);
function updateShippingAddressAsync(shippingAddress)
Public Function UpdateShippingAddressAsync (shippingAddress As PaymentAddress) As IAsyncOperation(Of PaymentRequestChangedResult)

Parameters

shippingAddress
PaymentAddress

The shipping address.

Returns

Returns an asynchronous operation that completes with a PaymentRequestChangedResult.

Attributes

Applies to