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