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 provides documentation for the `CustomerConstraints` class within the `Google.Cloud.Channel.V1` namespace, detailing its role in defining purchase requirements for customers."],["The `CustomerConstraints` class has been implemented with several versions, ranging from version 1.0.0 to the latest version 2.14.0, with version 1.6.0 currently highlighted."],["The `CustomerConstraints` class, which can be constructed with or without another `CustomerConstraints` object as a parameter, includes properties like `AllowedCustomerTypes`, `AllowedRegions`, and `PromotionalOrderTypes`."],["The webpage lists the class's inherited members from `Object` such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `CustomerConstraints` class is designed to interact with and implement interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]