View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1PurchasableOffer (google_api_cloud_channel v0.11.3)
Offer that you can purchase for a customer. This is used in the ListPurchasableOffer API response.
Attributes
-
offer
(type:GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Offer.t
, default:nil
) - Offer. -
priceReferenceId
(type:String.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1PurchasableOffer{ offer: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Offer.t() | nil, priceReferenceId: String.t() | nil }