PaymentRequestChangedArgs.SelectedShippingOption 属性

定义

所选的寄送选项。 如果 ChangeKind 设置为 PaymentRequestChangeKind.ShippingOption,则此值为非 null。

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

属性值

获取 SelectedShippingOption。

适用于