Class: Google::Cloud::Channel::V1::BillingAccount
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::BillingAccount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/billing_accounts.rb
Overview
Represents a billing account.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#currency_code ⇒ ::String
readonly
Output only.
-
#display_name ⇒ ::String
Display name of the billing account.
-
#name ⇒ ::String
readonly
Output only.
-
#region_code ⇒ ::String
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
41 42 43 44 |
# File 'proto_docs/google/cloud/channel/v1/billing_accounts.rb', line 41 class BillingAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#currency_code ⇒ ::String (readonly)
41 42 43 44 |
# File 'proto_docs/google/cloud/channel/v1/billing_accounts.rb', line 41 class BillingAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
41 42 43 44 |
# File 'proto_docs/google/cloud/channel/v1/billing_accounts.rb', line 41 class BillingAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
41 42 43 44 |
# File 'proto_docs/google/cloud/channel/v1/billing_accounts.rb', line 41 class BillingAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region_code ⇒ ::String (readonly)
41 42 43 44 |
# File 'proto_docs/google/cloud/channel/v1/billing_accounts.rb', line 41 class BillingAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |