Class: CheckoutSdk::StandaloneAccountUpdater::AccountUpdaterRequest
- Inherits:
-
Object
- Object
- CheckoutSdk::StandaloneAccountUpdater::AccountUpdaterRequest
- 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_options ⇒ AccountUpdaterSourceOptions
9 10 11 |
# File 'lib/checkout_sdk/standalone_account_updater/account_updater_request.rb', line 9 class AccountUpdaterRequest attr_accessor :source_options end |