Class: CheckoutSdk::Previous::Instruments::UpdateInstrument

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/instruments/previous/update/update_instrument.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_holderCheckoutSdk::Common::AccountHolder



16
17
18
19
20
21
22
# File 'lib/checkout_sdk/instruments/previous/update/update_instrument.rb', line 16

class UpdateInstrument
  attr_accessor :expiry_month,
                :expiry_year,
                :name,
                :account_holder,
                :customer
end

#customerCheckoutSdk::Common::CustomerRequest



16
17
18
19
20
21
22
# File 'lib/checkout_sdk/instruments/previous/update/update_instrument.rb', line 16

class UpdateInstrument
  attr_accessor :expiry_month,
                :expiry_year,
                :name,
                :account_holder,
                :customer
end

#expiry_monthInteger

Returns:

  • (Integer)


16
17
18
19
20
21
22
# File 'lib/checkout_sdk/instruments/previous/update/update_instrument.rb', line 16

class UpdateInstrument
  attr_accessor :expiry_month,
                :expiry_year,
                :name,
                :account_holder,
                :customer
end

#expiry_yearObject

Returns the value of attribute expiry_year.



17
18
19
# File 'lib/checkout_sdk/instruments/previous/update/update_instrument.rb', line 17

def expiry_year
  @expiry_year
end

#nameString

Returns:

  • (String)


16
17
18
19
20
21
22
# File 'lib/checkout_sdk/instruments/previous/update/update_instrument.rb', line 16

class UpdateInstrument
  attr_accessor :expiry_month,
                :expiry_year,
                :name,
                :account_holder,
                :customer
end