Class: Google::Cloud::Channel::V1::ListPurchasableOffersRequest::ChangeOfferPurchase
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListPurchasableOffersRequest::ChangeOfferPurchase
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
List Offers for ChangeOffer purchase.
Instance Attribute Summary collapse
-
#billing_account ⇒ ::String
Optional.
-
#entitlement ⇒ ::String
Required.
-
#new_sku ⇒ ::String
Optional.
Instance Attribute Details
#billing_account ⇒ ::String
Returns Optional. Resource name of the new target Billing Account. Provide this Billing Account when setting up billing for a trial subscription. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.
1445 1446 1447 1448 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1445 class ChangeOfferPurchase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entitlement ⇒ ::String
Returns Required. Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}.
1445 1446 1447 1448 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1445 class ChangeOfferPurchase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#new_sku ⇒ ::String
Returns Optional. Resource name of the new target SKU. Provide this SKU when upgrading or downgrading an entitlement. Format: products/{product_id}/skus/{sku_id}.
1445 1446 1447 1448 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1445 class ChangeOfferPurchase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |