SyncteraRubySdk::AddVendorAccountsResponse

Properties

Name Type Description Notes
added_accounts Array<ExternalAccount>
deleted_accounts Array<ExternalAccount> [optional]
failed_accounts Array<AddVendorAccountFailure>

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::AddVendorAccountsResponse.new(
  added_accounts: null,
  deleted_accounts: null,
  failed_accounts: null
)