{ "type": "object", "name": "Update", "properties": { "giftTransactionId": { "type": "string" }, "transactionStatus": { "type": "string" }, "processorReference": { "type": "string" }, "gatewayReference": { "type": "string" }, "lastGatewayResponseCode": { "type": "string" }, "lastGatewayErrorMessage": { "type": "string" }, "lastGatewayProcessedDateTime": { "type": "string" }, "processorTransactionFee": { "type": "number" }, "gatewayTransactionFee": { "type": "number" }, "donorCoverAmount": { "type": "number" } }, "required": [ "giftTransactionId", "transactionStatus", "processorReference", "gatewayReference", "lastGatewayResponseCode", "lastGatewayErrorMessage", "lastGatewayProcessedDateTime", "processorTransactionFee", "gatewayTransactionFee", "donorCoverAmount" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }