SyncteraRubySdk::AddVendorAccountFailure

Properties

Name Type Description Notes
reason AddVendorAccountsErrorReason
reason_description String A human-readable message describing the reason for the failure.
vendor_account_id String The vendor account ID for the account that failed. For Plaid, this is an `account_id`.
vendor_error_message String The display_message returned by the vendor. Only returned if reason is set to `PROVIDER_ERROR`. For Plaid, this is the `display_message`. [optional]
vendor_request_id String A unique identifier for the request from the vendor, which can be used for troubleshooting. Only returned if reason is set to `PROVIDER_ERROR`. [optional]

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::AddVendorAccountFailure.new(
  reason: null,
  reason_description: null,
  vendor_account_id: blgvvBlXw3cq5GMPwqB6s6q4dLKB9WcVqGDGo,
  vendor_error_message: null,
  vendor_request_id: null
)