Class: CheckoutSdk::StandaloneAccountUpdater::AccountUpdaterInstrument

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#idString

Returns Unique instrument identifier (e.g. “src_…”).

Returns:

  • (String)

    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