public sealed class CustomerConstraints : IMessage<CustomerConstraints>, IEquatable<CustomerConstraints>, IDeepCloneable<CustomerConstraints>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class CustomerConstraints.
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 page provides documentation for the `CustomerConstraints` class within the Google Cloud Channel v1 API, which defines the requirements for purchasing an Offer for a customer."],["The `CustomerConstraints` class is part of the `Google.Cloud.Channel.V1` namespace and is implemented across multiple versions, ranging from 1.0.0 to the latest 2.14.0, allowing developers to find the corresponding version."],["`CustomerConstraints` includes properties like `AllowedCustomerTypes`, `AllowedRegions`, and `PromotionalOrderTypes` to specify customer eligibility based on type, geographical location, and order type, respectively."],["The class implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, supporting data handling and comparison."],["Two constructors are available, a default one and one to create a copy from an existing instance, allowing for flexible object creation and initialization."]]],[]]