SeatCountPromotionEligibilityError.AvailableSeats Property

Definition

Gets or sets the available seats which can be purchased by the customer while still being eligible for the promotion. This number is determined by looking at the maximum seat quantity constraint specified on the promotion and the seats already purchased (if any) for the product by the customer under the promotion. This value will be present in the response only if there is a maximum seat quantity constraint specified on the promotion.

public int? AvailableSeats { get; set; }
member this.AvailableSeats : Nullable<int> with get, set
Public Property AvailableSeats As Nullable(Of Integer)

Property Value

Applies to