PaymentShippingOption.IsSelected Property

Definition

Indicates whether this shipping option is selected. A merchant is required to check that only a single shipping option within a request is marked as selected.

public:
 property bool IsSelected { bool get(); void set(bool value); };
bool IsSelected();

void IsSelected(bool value);
public bool IsSelected { get; set; }
var boolean = paymentShippingOption.isSelected;
paymentShippingOption.isSelected = boolean;
Public Property IsSelected As Boolean

Property Value

Boolean

bool

Gets or sets IsSelected.

Applies to