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-04-09 UTC."],[[["The content focuses on the `CustomerConstraints` class within the `Google.Cloud.Channel.V1` namespace, detailing its role in defining purchase constraints for customers."],["Multiple versions of the `CustomerConstraints` class are available, ranging from version 1.0.0 to the latest version 2.14.0, each linked to its respective documentation."],["`CustomerConstraints` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within the Google Cloud Protobuf ecosystem."],["The class includes properties such as `AllowedCustomerTypes`, `AllowedRegions`, and `PromotionalOrderTypes`, which dictate specific restrictions like customer type, geographical location, and promotional offer eligibility."],["The `CustomerConstraints` class contains two constructors, one default and another accepting another `CustomerConstraints` object as a parameter, for easy duplication of information."]]],[]]