Class: Textmagic::REST::Subaccount

Inherits:
InstanceResource show all
Defined in:
lib/textmagic-ruby/rest/subaccounts.rb

Overview

A Subaccount resource.

@id

@username

@first_name

@last_name

@balance

@company

@currency

Hash like this:

{
  "id": "GBP",
  "htmlSymbol": "£"
}

@timezone

Hash like this:

{
  "area": "Pacific",
  "dst": "0",
  "offset": "-39600",
  "timezone": "Pacific/Midway"
}

@subaccount_type

Method Summary

Methods inherited from InstanceResource

#initialize, #inspect, #load_attributes, #refresh

Methods included from Utils

#key_map, #resource, #to_camel_case, #to_underscore_case

Constructor Details

This class inherits a constructor from Textmagic::REST::InstanceResource