Twilio::SubAccountsApi
Constants
Constructors
Instance methods
@return Crest::Request
@return Crest::Request
Fetch the account specified by the provided Account Sid @required @param sid [String?] The Account Sid that uniquely identifies the account to fetch @return [Twilio::Account]
Fetch the account specified by the provided Account Sid @required @param sid [String?] The Account Sid that uniquely identifies the account to fetch @return nil
Fetch the account specified by the provided Account Sid @required @param sid [String?] The Account Sid that uniquely identifies the account to fetch @return [Tuple(Twilio::Account, Integer, Hash)] Twilio::Account, response status code and response headers
Modify the properties of a given Account @required @param sid [String?] The Account Sid that uniquely identifies the account to update @optional @param friendly_name [String?] Update the human-readable description of this Account @optional @param status [Twilio::AccountEnumStatus?] @return [Twilio::Account]
Modify the properties of a given Account @required @param sid [String?] The Account Sid that uniquely identifies the account to update @optional @param friendly_name [String?] Update the human-readable description of this Account @optional @param status [Twilio::AccountEnumStatus?] @return nil
Modify the properties of a given Account @required @param sid [String?] The Account Sid that uniquely identifies the account to update @optional @param friendly_name [String?] Update the human-readable description of this Account @optional @param status [Twilio::AccountEnumStatus?] @return [Tuple(Twilio::Account, Integer, Hash)] Twilio::Account, response status code and response headers