Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39803,12 +39803,18 @@ components:
allOf:
- $ref: '#/components/schemas/DisputedSettlementTransfersOutput'
description: The resulting settlement transfers generated when the dispute was closed
createdAt:
type: string
description: The date and time when the dispute closure was created.
format: date-time
title: ISO Date String
required:
- id
- closedBy
- userId
- notes
- adjustedSettlementTransfers
- createdAt
DisputedSettlementTransfersOutput:
title: DisputedSettlementTransfersOutput
type: array
Expand Down