Twilio::BalanceApi
Constants
Constructors
Instance methods
@return Crest::Request
Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information @required @param account_sid [String?] The unique SID identifier of the Account. @return [Twilio::Balance]
Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information @required @param account_sid [String?] The unique SID identifier of the Account. @return nil
Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information @required @param account_sid [String?] The unique SID identifier of the Account. @return [Tuple(Twilio::Balance, Integer, Hash)] Twilio::Balance, response status code and response headers