public sealed class CustomerConstraints : IMessage<CustomerConstraints>, IEquatable<CustomerConstraints>, IDeepCloneable<CustomerConstraints>, IBufferMessage, IMessage
Represents constraints required to purchase the Offer for a customer.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `CustomerConstraints` class defines the requirements a customer must meet to purchase an offer, and it has multiple versions available, with version 2.14.0 being the latest."],["The `CustomerConstraints` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, which is common in .NET."],["This class can be instantiated with a default constructor, `CustomerConstraints()`, or by copying another `CustomerConstraints` object with `CustomerConstraints(CustomerConstraints other)`."],["It includes properties such as `AllowedCustomerTypes`, `AllowedRegions`, and `PromotionalOrderTypes`, which are of type `RepeatedField` and specify the types, geographical regions, and promotional order types allowed for a customer."]]],[]]