{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TransactionStatusResponse", "title": "TransactionStatusResponse", "type": "object", "description": "It conveys Information related to the status of the last or current Payment, Loyalty or Reversal transaction. Content of the TransactionStatus Response message.", "properties": { "Response": { "$ref": "#/components/schemas/Response" }, "MessageReference": { "$ref": "#/components/schemas/MessageReference" }, "RepeatedMessageResponse": { "$ref": "#/components/schemas/RepeatedMessageResponse" } }, "required": [ "Response" ] }