Class: CheckoutSdk::StandaloneAccountUpdater::AccountUpdaterSourceOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/standalone_account_updater/account_updater_source_options.rb

Overview

The source to update. Provide either ‘card` or `instrument`, but not both.

Instance Attribute Summary collapse

Instance Attribute Details

#cardAccountUpdaterCard

Returns:



11
12
13
# File 'lib/checkout_sdk/standalone_account_updater/account_updater_source_options.rb', line 11

class AccountUpdaterSourceOptions
  attr_accessor :card, :instrument
end

#instrumentAccountUpdaterInstrument



11
12
13
# File 'lib/checkout_sdk/standalone_account_updater/account_updater_source_options.rb', line 11

class AccountUpdaterSourceOptions
  attr_accessor :card, :instrument
end