TransactionField
idstringrequired
Transaction field ID
Possible values: non-empty
Example:
bookingDate
namestringrequired
Transaction field name
Possible values: non-empty
Example:
Booking date
descriptionstringnullable
Transaction field Description
Example:
Date the transaction was performed
isDeprecatedboolean
Whether the field is deprecated and should not be used anymore.
Example:
false
deprecationReasonstringnullable
Reason for the field deprecation and replacement.
TransactionField
{
"id": "bookingDate",
"name": "Booking date",
"description": "Date the transaction was performed",
"isDeprecated": false,
"deprecationReason": "string"
}