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 webpage 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 latest version of the documentation available is version 2.14.0, with the current page focusing on version 2.10.0 of `CustomerConstraints`."],["The `CustomerConstraints` class includes properties such as `AllowedCustomerTypes`, `AllowedRegions`, and `PromotionalOrderTypes`, specifying the constraints for customer types, geographical regions, and promotional orders."],["This documentation indicates that the `CustomerConstraints` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as deep cloning and message buffer handling."],["The `CustomerConstraints` class has two constructors, a default one, and another one that takes another `CustomerConstraints` as an argument."]]],[]]