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

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/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

#account_numberObject

Returns the value of attribute account_number.



6
7
8
# File 'lib/softlayer/container/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/container/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/container/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/container/billing/info/ach.rb', line 9

def city
  @city
end

#countryObject

Returns the value of attribute country.



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

def country
  @country
end

#federal_tax_idObject

Returns the value of attribute federal_tax_id.



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

def federal_tax_id
  @federal_tax_id
end

#first_nameObject

Returns the value of attribute first_name.



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

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



13
14
15
# File 'lib/softlayer/container/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/container/billing/info/ach.rb', line 14

def phone_number
  @phone_number
end

#postal_codeObject

Returns the value of attribute postal_code.



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

def postal_code
  @postal_code
end

#stateObject

Returns the value of attribute state.



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

def state
  @state
end

#street1Object

Returns the value of attribute street1.



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

def street1
  @street1
end

#street2Object

Returns the value of attribute street2.



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

def street2
  @street2
end