Class: Google::Cloud::Channel::V1::ListPurchasableOffersRequest::ChangeOfferPurchase

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.



1429
1430
1431
1432
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1429

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}.

Returns:

  • (::String)

    Required. Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}



1429
1430
1431
1432
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1429

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}.

Returns:

  • (::String)

    Optional. Resource name of the new target SKU. Provide this SKU when upgrading or downgrading an entitlement. Format: products/{product_id}/skus/{sku_id}



1429
1430
1431
1432
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1429

class ChangeOfferPurchase
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end