Class: Softlayer::Container::Account::Payment::Method::CreditCard

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

#address1Object

Returns the value of attribute address1.



7
8
9
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 7

def address1
  @address1
end

#address2Object

Returns the value of attribute address2.



8
9
10
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 8

def address2
  @address2
end

#cityObject

Returns the value of attribute city.



9
10
11
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 9

def city
  @city
end

#countryObject

Returns the value of attribute country.



10
11
12
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 10

def country
  @country
end

#currency_short_nameObject

Returns the value of attribute currency_short_name.



11
12
13
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 11

def currency_short_name
  @currency_short_name
end

#cybersource_assigned_card_typeObject

Returns the value of attribute cybersource_assigned_card_type.



12
13
14
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 12

def cybersource_assigned_card_type
  @cybersource_assigned_card_type
end

#expire_monthObject

Returns the value of attribute expire_month.



13
14
15
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 13

def expire_month
  @expire_month
end

#expire_yearObject

Returns the value of attribute expire_year.



14
15
16
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 14

def expire_year
  @expire_year
end

#first_nameObject

Returns the value of attribute first_name.



15
16
17
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 15

def first_name
  @first_name
end

#last_four_digitsObject

Returns the value of attribute last_four_digits.



16
17
18
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 16

def last_four_digits
  @last_four_digits
end

#last_nameObject

Returns the value of attribute last_name.



17
18
19
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 17

def last_name
  @last_name
end

#nicknameObject

Returns the value of attribute nickname.



18
19
20
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 18

def nickname
  @nickname
end

#payment_method_role_nameObject

Returns the value of attribute payment_method_role_name.



19
20
21
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 19

def payment_method_role_name
  @payment_method_role_name
end

#payment_type_idObject

Returns the value of attribute payment_type_id.



20
21
22
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 20

def payment_type_id
  @payment_type_id
end

#payment_type_nameObject

Returns the value of attribute payment_type_name.



21
22
23
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 21

def payment_type_name
  @payment_type_name
end

#postal_codeObject

Returns the value of attribute postal_code.



22
23
24
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 22

def postal_code
  @postal_code
end

#stateObject

Returns the value of attribute state.



23
24
25
# File 'lib/softlayer/container/account/payment/method/credit_card.rb', line 23

def state
  @state
end