Properties
| Name | Type | Description |
|---|---|---|
| TransactionType | integer | Transaction type ID |
| TransactionTypeDescription | string | |
| ServiceType | integer | Service type ID |
| ServiceTypeDescription | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TSPairModel",
"title": "TSPairModel",
"type": "object",
"properties": {
"TransactionType": {
"type": "integer",
"description": "Transaction type ID"
},
"TransactionTypeDescription": {
"type": "string"
},
"ServiceType": {
"type": "integer",
"description": "Service type ID"
},
"ServiceTypeDescription": {
"type": "string"
}
}
}