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)
Returns Output only. The time when this billing account was created.
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)
Returns Output only. The 3-letter currency code defined in ISO 4217.
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
Returns Display name of the billing account.
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)
Returns Output only. Resource name of the billing account. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
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)
Returns Output only. The CLDR region code.
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 |