Class: CheckoutSdk::StandaloneAccountUpdater::AccountUpdaterInstrument
- Inherits:
-
Object
- Object
- CheckoutSdk::StandaloneAccountUpdater::AccountUpdaterInstrument
- Defined in:
- lib/checkout_sdk/standalone_account_updater/account_updater_instrument.rb
Overview
Instrument reference for the standalone Account Updater request.
Instance Attribute Summary collapse
-
#id ⇒ String
Unique instrument identifier (e.g. “src_…”).
Instance Attribute Details
#id ⇒ String
Returns Unique instrument identifier (e.g. “src_…”).
9 10 11 |
# File 'lib/checkout_sdk/standalone_account_updater/account_updater_instrument.rb', line 9 class AccountUpdaterInstrument attr_accessor :id end |