SyncteraRubySdk::BaseTemplateFields

Properties

Name Type Description Notes
account_type AccountType
bank_country String Bank country of the account. ISO 3166-1 Alpha-2 or Alpha-3 country code.
currency String Account currency. ISO 4217 alphabetic currency code

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::BaseTemplateFields.new(
  account_type: null,
  bank_country: US,
  currency: USD
)