Show / Hide Table of Contents

Class GoogleCloudChannelV1PurchasableOffer

Offer that you can purchase for a customer. This is used in the ListPurchasableOffer API response.

Inheritance
object
GoogleCloudChannelV1PurchasableOffer
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 GoogleCloudChannelV1PurchasableOffer : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Offer

Offer.

Declaration
[JsonProperty("offer")]
public virtual GoogleCloudChannelV1Offer Offer { get; set; }
Property Value
Type Description
GoogleCloudChannelV1Offer

PriceReferenceId

Optional. Price reference ID for the offer. Only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order.

Declaration
[JsonProperty("priceReferenceId")]
public virtual string PriceReferenceId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX