Class: Google::Cloud::Channel::V1::BillingAccount

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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time when this billing account was created.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

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

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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