PaymentRequestChangedArgs.SelectedShippingOption Property

Definition

The selected shipping option. This will be non-null if ChangeKind is set to PaymentRequestChangeKind.ShippingOption.

public:
 property PaymentShippingOption ^ SelectedShippingOption { PaymentShippingOption ^ get(); };
PaymentShippingOption SelectedShippingOption();
public PaymentShippingOption SelectedShippingOption { get; }
var paymentShippingOption = paymentRequestChangedArgs.selectedShippingOption;
Public ReadOnly Property SelectedShippingOption As PaymentShippingOption

Property Value

Gets the SelectedShippingOption.

Applies to