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

Wallet used to manage an account balance for a particular currency.

Attributes

  • balance (type: GoogleApi.Apigee.V1.Model.GoogleTypeMoney.t, default: nil) - Current remaining balance of the developer for a particular currency.
  • lastCreditTime (type: String.t, default: nil) - Output only. Time at which the developer last added credit to the account in milliseconds since epoch.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeveloperBalanceWallet{
  balance: GoogleApi.Apigee.V1.Model.GoogleTypeMoney.t() | nil,
  lastCreditTime: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.