public sealed class PurchasableOffer : IMessage<PurchasableOffer>, IEquatable<PurchasableOffer>, IDeepCloneable<PurchasableOffer>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class PurchasableOffer.
Offer that you can purchase for a customer. This is used in the ListPurchasableOffer API response.
Implements
IMessagePurchasableOffer, IEquatablePurchasableOffer, IDeepCloneablePurchasableOffer, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
PurchasableOffer()
public PurchasableOffer()PurchasableOffer(PurchasableOffer)
public PurchasableOffer(PurchasableOffer other)| Parameter | |
|---|---|
| Name | Description |
other |
PurchasableOffer |
Properties
Offer
public Offer Offer { get; set; }Offer.
| Property Value | |
|---|---|
| Type | Description |
Offer |
|
PriceReferenceId
public string PriceReferenceId { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|