View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeveloperBalance (google_api_apigee v0.46.0)

Account balance for the developer.

Attributes

  • wallets (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeveloperBalanceWallet.t), default: nil) - Output only. List of all wallets. Each individual wallet stores the account balance for a particular currency.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeveloperBalance{
  wallets:
    [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeveloperBalanceWallet.t()]
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.