PaymentShippingOption.Selected Property

Definition

Gets or sets indicates whether this is the default selected PaymentShippingOption.

public bool? Selected { get; set; }
member this.Selected : Nullable<bool> with get, set
Public Property Selected As Nullable(Of Boolean)

Property Value

Boolean indivating if this is the default selected PaymentShippingOption.

Applies to