Module: Increase::Models::ExportCreateParams::Category

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/export_create_params.rb

Overview

The type of Export to create.

Constant Summary collapse

ACCOUNT_STATEMENT_OFX =

Export an Open Financial Exchange (OFX) file of transactions and balances for a given time range and Account.

:account_statement_ofx
ACCOUNT_STATEMENT_BAI2 =

Export a BAI2 file of transactions and balances for a given date and optional Account.

:account_statement_bai2
TRANSACTION_CSV =

Export a CSV of all transactions for a given time range.

:transaction_csv
BALANCE_CSV =

Export a CSV of account balances for the dates in a given range.

:balance_csv
BOOKKEEPING_ACCOUNT_BALANCE_CSV =

Export a CSV of bookkeeping account balances for the dates in a given range.

:bookkeeping_account_balance_csv
ENTITY_CSV =

Export a CSV of entities with a given status.

:entity_csv
VENDOR_CSV =

Export a CSV of vendors added to the third-party risk management dashboard.

:vendor_csv

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info