|
ORE Studio 0.0.4
|
Service for managing payment frequency types. More...
#include <payment_frequency_type_service.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| payment_frequency_type_service (context ctx) | |
| std::vector< domain::payment_frequency_type > | list_types () |
| std::optional< domain::payment_frequency_type > | find_type (const std::string &code) |
| void | save_type (const domain::payment_frequency_type &v) |
| void | save_types (const std::vector< domain::payment_frequency_type > &v) |
| void | remove_type (const std::string &code) |
| void | remove_types (const std::vector< std::string > &codes) |
| Removes multiple payment frequency types. | |
| std::vector< domain::payment_frequency_type > | get_type_history (const std::string &code) |
Service for managing payment frequency types.