Class GoogleCloudChannelV1CustomerConstraints
Represents constraints required to purchase the Offer for a customer.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1CustomerConstraints : IDirectResponseSchema
Properties
AllowedCustomerTypes
Allowed Customer Type.
Declaration
[JsonProperty("allowedCustomerTypes")]
public virtual IList<string> AllowedCustomerTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
AllowedRegions
Allowed geographical regions of the customer.
Declaration
[JsonProperty("allowedRegions")]
public virtual IList<string> AllowedRegions { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PromotionalOrderTypes
Allowed Promotional Order Type. Present for Promotional offers.
Declaration
[JsonProperty("promotionalOrderTypes")]
public virtual IList<string> PromotionalOrderTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |