Share via


PaymentOptions.RequestShipping Property

Definition

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.

Applies to