Twilio.Resources.Api.V2010.Balance (twilio_elixir v0.1.1)

Copy Markdown View Source

Account balance

Parent: /Accounts/{Sid}.json

Properties

FieldDescription
account_sidThe unique SID identifier of the Account.

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

balanceThe balance of the Account, in units specified by the unit parameter. Balance changes may not be reflected immediately. Child accounts do not contain balance information
currencyThe units of currency for the account balance

Summary

Types

t()

@type t() :: %Twilio.Resources.Api.V2010.Balance{
  account_sid: String.t() | nil,
  balance: String.t() | nil,
  currency: String.t() | nil
}

Functions

object_name()