Module: SaltParser::Swift

Defined in:
lib/swift/parser.rb,
lib/swift/account.rb,
lib/swift/builder.rb,
lib/swift/accounts.rb,
lib/swift/transaction.rb,
lib/swift/supported_fields.rb,
lib/swift/transaction_info.rb

Defined Under Namespace

Classes: Account, Accounts, Builder, Parser, Transaction, TransactionInfo

Constant Summary collapse

SUPPORTED_FIELDS =
{
  "25" => { "type" => "account_identification" },
  "62" => { "type" => "closing_balance"        },
  "61" => { "type" => "transaction"            },
  "86" => { "type" => "transaction_info"       }
}