Class: Softlayer::Billing::Info::Ach

Inherits:
Entity show all
Defined in:
lib/softlayer/billing/info/ach.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#accountObject

Returns the value of attribute account.



21
22
23
# File 'lib/softlayer/billing/info/ach.rb', line 21

def 
  @account
end

#account_idObject

Returns the value of attribute account_id.



5
6
7
# File 'lib/softlayer/billing/info/ach.rb', line 5

def 
  @account_id
end

#account_numberObject

Returns the value of attribute account_number.



6
7
8
# File 'lib/softlayer/billing/info/ach.rb', line 6

def 
  @account_number
end

#account_typeObject

Returns the value of attribute account_type.



7
8
9
# File 'lib/softlayer/billing/info/ach.rb', line 7

def 
  @account_type
end

#bank_transit_numberObject

Returns the value of attribute bank_transit_number.



8
9
10
# File 'lib/softlayer/billing/info/ach.rb', line 8

def bank_transit_number
  @bank_transit_number
end

#cityObject

Returns the value of attribute city.



9
10
11
# File 'lib/softlayer/billing/info/ach.rb', line 9

def city
  @city
end

#countryObject

Returns the value of attribute country.



10
11
12
# File 'lib/softlayer/billing/info/ach.rb', line 10

def country
  @country
end

#first_nameObject

Returns the value of attribute first_name.



11
12
13
# File 'lib/softlayer/billing/info/ach.rb', line 11

def first_name
  @first_name
end

#idObject

Returns the value of attribute id.



12
13
14
# File 'lib/softlayer/billing/info/ach.rb', line 12

def id
  @id
end

#last_nameObject

Returns the value of attribute last_name.



13
14
15
# File 'lib/softlayer/billing/info/ach.rb', line 13

def last_name
  @last_name
end

#phone_numberObject

Returns the value of attribute phone_number.



14
15
16
# File 'lib/softlayer/billing/info/ach.rb', line 14

def phone_number
  @phone_number
end

#postalcodeObject

Returns the value of attribute postalcode.



15
16
17
# File 'lib/softlayer/billing/info/ach.rb', line 15

def postalcode
  @postalcode
end

#stateObject

Returns the value of attribute state.



16
17
18
# File 'lib/softlayer/billing/info/ach.rb', line 16

def state
  @state
end

#statusObject

Returns the value of attribute status.



17
18
19
# File 'lib/softlayer/billing/info/ach.rb', line 17

def status
  @status
end

#street1Object

Returns the value of attribute street1.



18
19
20
# File 'lib/softlayer/billing/info/ach.rb', line 18

def street1
  @street1
end

#street2Object

Returns the value of attribute street2.



19
20
21
# File 'lib/softlayer/billing/info/ach.rb', line 19

def street2
  @street2
end

#verified_dateObject

Returns the value of attribute verified_date.



20
21
22
# File 'lib/softlayer/billing/info/ach.rb', line 20

def verified_date
  @verified_date
end