Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListPurchasableSkusRequest::ChangeOfferPurchase.
List SKUs for upgrading or downgrading an entitlement. Make the purchase using CloudChannelService.ChangeOffer.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#change_type
def change_type() -> ::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::ChangeOfferPurchase::ChangeType
Returns
- (::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::ChangeOfferPurchase::ChangeType) — Required. Change Type for the entitlement.
#change_type=
def change_type=(value) -> ::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::ChangeOfferPurchase::ChangeType
Parameter
- value (::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::ChangeOfferPurchase::ChangeType) — Required. Change Type for the entitlement.
Returns
- (::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::ChangeOfferPurchase::ChangeType) — Required. Change Type for the entitlement.
#entitlement
def entitlement() -> ::String
Returns
- (::String) — Required. Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
#entitlement=
def entitlement=(value) -> ::String
Parameter
- value (::String) — Required. Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
Returns
- (::String) — Required. Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}