title: TransactionsIDPutResponse
type: object
additionalProperties: false
description: 'The object sent in the PUT /transactions/{ID} callback.'
properties:
  completedTimestamp:
    $ref: ./DateTime.yaml
  transactionState:
    $ref: ./TransactionState.yaml
  code:
    $ref: ./Code.yaml
  extensionList:
    $ref: ./ExtensionList.yaml
required:
  - transactionState
