PaymentOptions.RequestShipping 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.
Indicates whether to request shipping. If this value is set to true, then PaymentDetails.ShippingOptions must not be empty.
public:
property bool RequestShipping { bool get(); void set(bool value); };
bool RequestShipping();
void RequestShipping(bool value);
public bool RequestShipping { get; set; }
var boolean = paymentOptions.requestShipping;
paymentOptions.requestShipping = boolean;
Public Property RequestShipping As Boolean
Property Value
Boolean
bool
Gets or sets RequestShipping.