Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::PurchasableOffer.
Offer that you can purchase for a customer. This is used in the ListPurchasableOffer API response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#offer
def offer() -> ::Google::Cloud::Channel::V1::Offer
Returns
- (::Google::Cloud::Channel::V1::Offer) — Offer.
#offer=
def offer=(value) -> ::Google::Cloud::Channel::V1::Offer
Parameter
- value (::Google::Cloud::Channel::V1::Offer) — Offer.
Returns
- (::Google::Cloud::Channel::V1::Offer) — Offer.
#price_reference_id
def price_reference_id() -> ::String
Returns
- (::String) — 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.
#price_reference_id=
def price_reference_id=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.