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-03-21 UTC."],[[["This page provides documentation for the `CustomerConstraints` class within the Google Cloud Channel v1 API, covering versions from 1.0.0 to the latest 2.14.0."],["`CustomerConstraints` represents the requirements for a customer to purchase an offer and has methods that allow for use within the code, as well as a constructor for creating new `CustomerConstraints`."],["The `CustomerConstraints` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to having inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["Key properties of the `CustomerConstraints` class include `AllowedCustomerTypes`, `AllowedRegions`, and `PromotionalOrderTypes`, which specify the customer types, geographical regions, and promotional order types allowed for an offer, respectively."],["There are 24 different versions of the API listed, with version 2.14.0 being the latest release, allowing the user to look at the documentation for all of these versions, and navigate to it."]]],[]]