This model is used to save CSV mappings for importing of payments.
It probably has very little practical use outside of our own UI
Name / Description | Type / Format | Example | |
---|---|---|---|
templateName
|
string
|
"string"
|
|
userName
|
string
|
"string"
|
|
lastUpdated
|
string
date
|
"2024-11-21"
|
|
id
The unique id of the object
|
string
uuid
|
"string"
|
{
"templateName": "string",
"userName": "string",
"lastUpdated": "2024-11-21",
"id": "string"
}
- none -