Compartir a través de


PaymentRequestChangedArgs.SelectedShippingOption Propiedad

Definición

La opción de envío seleccionada. Esto no será null si ChangeKind está establecido en PaymentRequestChangeKind.ShippingOption.

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

Valor de propiedad

Obtiene selectedShippingOption.

Se aplica a