SeatCountPromotionEligibilityError.AvailableSeats 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.
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)