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 latest version of the `CustomerConstraints` class is 2.14.0, part of the Google.Cloud.Channel.V1 namespace."],["The `CustomerConstraints` class represents the constraints for customers purchasing an offer and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties such as `AllowedCustomerTypes`, `AllowedRegions`, and `PromotionalOrderTypes`, which define the permissible customer types, geographical regions, and promotional order types for purchasing offers."],["There are multiple documented versions of the CustomerConstraints, ranging from version 1.0.0 to 2.14.0."],["`CustomerConstraints` objects can be created using a default constructor, or a copy constructor that takes another `CustomerConstraints` object."]]],[]]