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 latest version available for `CustomerConstraints` in the Google Cloud Channel V1 is 2.14.0, with multiple prior versions also accessible."],["`CustomerConstraints` is a class that represents the necessary constraints for a customer to purchase an offer."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties to define constraints, including `AllowedCustomerTypes`, `AllowedRegions`, and `PromotionalOrderTypes`, detailing customer types, regions, and promotional order types allowed."],["The `CustomerConstraints` class has two constructors: a default constructor and a copy constructor that creates an instance from an existing `CustomerConstraints` object."]]],[]]