Class: Softlayer::Container::Product::Order::Billing::Information

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

#billing_address_line1Object

Returns the value of attribute billing_address_line1.



7
8
9
# File 'lib/softlayer/container/product/order/billing/information.rb', line 7

def billing_address_line1
  @billing_address_line1
end

#billing_address_line2Object

Returns the value of attribute billing_address_line2.



8
9
10
# File 'lib/softlayer/container/product/order/billing/information.rb', line 8

def billing_address_line2
  @billing_address_line2
end

#billing_cityObject

Returns the value of attribute billing_city.



9
10
11
# File 'lib/softlayer/container/product/order/billing/information.rb', line 9

def billing_city
  @billing_city
end

#billing_country_codeObject

Returns the value of attribute billing_country_code.



10
11
12
# File 'lib/softlayer/container/product/order/billing/information.rb', line 10

def billing_country_code
  @billing_country_code
end

#billing_emailObject

Returns the value of attribute billing_email.



11
12
13
# File 'lib/softlayer/container/product/order/billing/information.rb', line 11

def billing_email
  @billing_email
end

#billing_name_companyObject

Returns the value of attribute billing_name_company.



12
13
14
# File 'lib/softlayer/container/product/order/billing/information.rb', line 12

def billing_name_company
  @billing_name_company
end

#billing_name_firstObject

Returns the value of attribute billing_name_first.



13
14
15
# File 'lib/softlayer/container/product/order/billing/information.rb', line 13

def billing_name_first
  @billing_name_first
end

#billing_name_lastObject

Returns the value of attribute billing_name_last.



14
15
16
# File 'lib/softlayer/container/product/order/billing/information.rb', line 14

def billing_name_last
  @billing_name_last
end

#billing_phone_faxObject

Returns the value of attribute billing_phone_fax.



15
16
17
# File 'lib/softlayer/container/product/order/billing/information.rb', line 15

def billing_phone_fax
  @billing_phone_fax
end

#billing_phone_voiceObject

Returns the value of attribute billing_phone_voice.



16
17
18
# File 'lib/softlayer/container/product/order/billing/information.rb', line 16

def billing_phone_voice
  @billing_phone_voice
end

#billing_postal_codeObject

Returns the value of attribute billing_postal_code.



17
18
19
# File 'lib/softlayer/container/product/order/billing/information.rb', line 17

def billing_postal_code
  @billing_postal_code
end

#billing_stateObject

Returns the value of attribute billing_state.



18
19
20
# File 'lib/softlayer/container/product/order/billing/information.rb', line 18

def billing_state
  @billing_state
end

#card_account_numberObject

Returns the value of attribute card_account_number.



19
20
21
# File 'lib/softlayer/container/product/order/billing/information.rb', line 19

def 
  @card_account_number
end

#card_expiration_monthObject

Returns the value of attribute card_expiration_month.



20
21
22
# File 'lib/softlayer/container/product/order/billing/information.rb', line 20

def card_expiration_month
  @card_expiration_month
end

#card_expiration_yearObject

Returns the value of attribute card_expiration_year.



21
22
23
# File 'lib/softlayer/container/product/order/billing/information.rb', line 21

def card_expiration_year
  @card_expiration_year
end

#credit_card_verification_numberObject

Returns the value of attribute credit_card_verification_number.



22
23
24
# File 'lib/softlayer/container/product/order/billing/information.rb', line 22

def credit_card_verification_number
  @credit_card_verification_number
end

#tax_exemptObject

Returns the value of attribute tax_exempt.



23
24
25
# File 'lib/softlayer/container/product/order/billing/information.rb', line 23

def tax_exempt
  @tax_exempt
end

#vat_idObject

Returns the value of attribute vat_id.



24
25
26
# File 'lib/softlayer/container/product/order/billing/information.rb', line 24

def vat_id
  @vat_id
end