PaymentTransaction.UpdateShippingAddressAsync(PaymentAddress) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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