Show / Hide Table of Contents

Class GoogleCloudChannelV1CustomerConstraints

Represents constraints required to purchase the Offer for a customer.

Inheritance
object
GoogleCloudChannelV1CustomerConstraints
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX