Class GoogleCloudChannelV1PurchasableOffer
Offer that you can purchase for a customer. This is used in the ListPurchasableOffer API response.
Implements
Inherited Members
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. Optional field 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 |