GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeveloperBalance (google_api_apigee v0.54.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.