Class: CheckoutSdk::StandaloneAccountUpdater::AccountUpdaterRequest

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

Overview

Request body for POST /account-updater/cards.

Instance Attribute Summary collapse

Instance Attribute Details

#source_optionsAccountUpdaterSourceOptions



9
10
11
# File 'lib/checkout_sdk/standalone_account_updater/account_updater_request.rb', line 9

class AccountUpdaterRequest
  attr_accessor :source_options
end