View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1BillingAccount (google_api_cloud_channel v0.7.0)
Represents a billing account.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The time when this billing account was created. -
currencyCode
(type:String.t
, default:nil
) - Output only. The 3-letter currency code defined in ISO 4217. -
displayName
(type:String.t
, default:nil
) - Display name of the billing account. -
name
(type:String.t
, default:nil
) - Output only. Resource name of the billing account. Format: accounts/{account_id}/billingAccounts/{billing_account_id}. -
regionCode
(type:String.t
, default:nil
) - Output only. The CLDR region code.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1BillingAccount{ createTime: DateTime.t() | nil, currencyCode: String.t() | nil, displayName: String.t() | nil, name: String.t() | nil, regionCode: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.