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 document provides reference documentation for the `CustomerConstraints` class within the Google Cloud Channel v1 API, detailing its properties, constructors, inheritance, and implemented interfaces."],["The `CustomerConstraints` class represents the necessary requirements for a customer to purchase an offer, encompassing parameters such as allowed customer types, geographical regions, and promotional order types."],["The document lists the versions available of this API, from version 1.0.0 up to the latest 2.14.0, with the current document reflecting version 2.12.0."],["The `CustomerConstraints` class includes properties such as `AllowedCustomerTypes`, `AllowedRegions`, and `PromotionalOrderTypes`, allowing specification of which types of customers, regions, and order types are permitted, respectively."],["The `CustomerConstraints` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."]]],[]]