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."],[[["This webpage details the `CustomerConstraints` class within the `Google.Cloud.Channel.V1` namespace, which specifies the requirements a customer must meet to purchase an offer."],["The `CustomerConstraints` class has been implemented to include properties such as `AllowedCustomerTypes`, `AllowedRegions`, and `PromotionalOrderTypes` to define specific customer eligibility criteria."],["There is a detailed version history available, going from the current latest version [2.14.0] all the way back to [1.0.0]."],["The `CustomerConstraints` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Constructors for `CustomerConstraints` include a default constructor and one that accepts another `CustomerConstraints` object, allowing for object duplication."]]],[]]