Class: CheckoutSdk::StandaloneAccountUpdater::AccountUpdaterSourceOptions
- Inherits:
-
Object
- Object
- CheckoutSdk::StandaloneAccountUpdater::AccountUpdaterSourceOptions
- 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
#card ⇒ AccountUpdaterCard
11 12 13 |
# File 'lib/checkout_sdk/standalone_account_updater/account_updater_source_options.rb', line 11 class AccountUpdaterSourceOptions attr_accessor :card, :instrument end |
#instrument ⇒ AccountUpdaterInstrument
11 12 13 |
# File 'lib/checkout_sdk/standalone_account_updater/account_updater_source_options.rb', line 11 class AccountUpdaterSourceOptions attr_accessor :card, :instrument end |