SeatCountPromotionEligibilityError Class
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.
This class represents a model of a seat count promotion eligibility error object.
public class SeatCountPromotionEligibilityError : Microsoft.Store.PartnerCenter.Models.PromotionEligibilities.PromotionEligibilityError
type SeatCountPromotionEligibilityError = class
inherit PromotionEligibilityError
Public Class SeatCountPromotionEligibilityError
Inherits PromotionEligibilityError
- Inheritance
Constructors
SeatCountPromotionEligibilityError() |
Properties
AvailableSeats |
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. |
Description |
Gets or sets the description of the error. (Inherited from PromotionEligibilityError) |
MaximumRequiredSeats |
Gets or sets the maximum required seats of the promotion. If there is no maximum this will be null. |
MinimumRequiredSeats |
Gets or sets the minimum required seats of the promotion. If there is no minimum this will be null. |
Type |
Gets or sets the type of error. (Inherited from PromotionEligibilityError) |