CONFIG_VALUES
export default {
TRANSACTIONS_FILTERS: {
SEARCH: false,
LOAD_MORE: false,
DATES: true,
SUPPORT_ALL_ACCOUNTS: false,
},
TRANSACTIONS_LIMIT_NUMBER: 0,
DISPLAY_ACTIVITY_TAB: false,
DISPLAY_CARDS_TAB: false,
SAME_PROGRAM_TRANSFER_SUPPORTS_SEARCH: true,
ACH_TRANSFER_SUPPORTS_TYPE: true,
ACH_SUPPORTS_SAME_DAY_TRANSFER: true,
};
Comments
Treasury prime supports specify the transfert service type. When this flag is true then the transfer screen will display the dropdown to choose between the options in the ach_services constants.
ACH_SUPPORTS_SAME_DAY_TRANSFER: true,
Last updated
Was this helpful?