Class: CheckoutSdk::Previous::Instruments::UpdateInstrument
- Inherits:
-
Object
- Object
- CheckoutSdk::Previous::Instruments::UpdateInstrument
- Defined in:
- lib/checkout_sdk/instruments/previous/update/update_instrument.rb
Instance Attribute Summary collapse
- #account_holder ⇒ CheckoutSdk::Common::AccountHolder
- #customer ⇒ CheckoutSdk::Common::CustomerRequest
- #expiry_month ⇒ Integer
-
#expiry_year ⇒ Object
Returns the value of attribute expiry_year.
- #name ⇒ String
Instance Attribute Details
#account_holder ⇒ CheckoutSdk::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 |
#customer ⇒ CheckoutSdk::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_month ⇒ 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_year ⇒ Object
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 |
#name ⇒ 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 |