title: ThirdpartyRequestsAuthorizationsIDPutResponseGeneric
type: object
description: 'The object sent in the PUT /thirdpartyRequests/authorizations/{ID} callback.'
properties:
  responseType:
    $ref: ./AuthorizationResponseTypeAccepted.yaml
  signedPayload:
    $ref: ./SignedPayloadGeneric.yaml
  extensionList:
    $ref: ./ExtensionList.yaml
required:
  - responseType
  - signedPayload
additionalProperties: false

