Class: Google::Cloud::Channel::V1::BillingAccountPurchaseInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::BillingAccountPurchaseInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Represents a billing account that can be used to make a purchase.
Instance Attribute Summary collapse
-
#billing_account ⇒ ::Google::Cloud::Channel::V1::BillingAccount
The billing account resource.
Instance Attribute Details
#billing_account ⇒ ::Google::Cloud::Channel::V1::BillingAccount
Returns The billing account resource.
1517 1518 1519 1520 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1517 class BillingAccountPurchaseInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |