PaymentTransaction.UpdateSelectedShippingOptionAsync 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 selected shipping option.
public:
virtual IAsyncOperation<PaymentRequestChangedResult ^> ^ UpdateSelectedShippingOptionAsync(PaymentShippingOption ^ selectedShippingOption) = UpdateSelectedShippingOptionAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PaymentRequestChangedResult> UpdateSelectedShippingOptionAsync(PaymentShippingOption const& selectedShippingOption);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PaymentRequestChangedResult> UpdateSelectedShippingOptionAsync(PaymentShippingOption selectedShippingOption);
function updateSelectedShippingOptionAsync(selectedShippingOption)
Public Function UpdateSelectedShippingOptionAsync (selectedShippingOption As PaymentShippingOption) As IAsyncOperation(Of PaymentRequestChangedResult)
Parameters
- selectedShippingOption
- PaymentShippingOption
The selected shipping option.
Returns
An asynchronous operation that completes with a PaymentRequestChangedResult.
- Attributes