class Textmagic::REST::Senderid

A Senderid resource.

@id

@sender_id

@status

@user

Hash like this

{
  "id": 11111,
  "username": "johndoe",
  "firstName": "John",
  "lastName": "Doe",
  "status": "A",
  "balance": 13.793,
  "company": "TextMagic",
  "currency": {
  "id": "GBP",
  "htmlSymbol": "£"
},
  "timezone": {
  "id": 2,
  "area": "Pacific",
  "dst": 0,
  "offset": -39600,
  "timezone": "Pacific/Midway"
},
  "subaccountType": "P"
}