Class GoogleCloudChannelV1TransferableOffer
TransferableOffer represents an Offer that can be used in Transfer. Read-only.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1TransferableOffer : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Offer
Offer with parameter constraints updated to allow the Transfer.
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 |