PaymentDetails.ShippingOptions Property
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.
A collection of PaymentShippingOption classes for a payment request.
public:
property IVectorView<PaymentShippingOption ^> ^ ShippingOptions { IVectorView<PaymentShippingOption ^> ^ get(); void set(IVectorView<PaymentShippingOption ^> ^ value); };
IVectorView<PaymentShippingOption> ShippingOptions();
void ShippingOptions(IVectorView<PaymentShippingOption> value);
public IReadOnlyList<PaymentShippingOption> ShippingOptions { get; set; }
var iVectorView = paymentDetails.shippingOptions;
paymentDetails.shippingOptions = iVectorView;
Public Property ShippingOptions As IReadOnlyList(Of PaymentShippingOption)
Property Value
Gets or sets the ShippingOptions.