We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 244bc31 + 86f9e05 commit 9a1119cCopy full SHA for 9a1119c
api.yaml
@@ -39803,12 +39803,18 @@ components:
39803
allOf:
39804
- $ref: '#/components/schemas/DisputedSettlementTransfersOutput'
39805
description: The resulting settlement transfers generated when the dispute was closed
39806
+ createdAt:
39807
+ type: string
39808
+ description: The date and time when the dispute closure was created.
39809
+ format: date-time
39810
+ title: ISO Date String
39811
required:
39812
- id
39813
- closedBy
39814
- userId
39815
- notes
39816
- adjustedSettlementTransfers
39817
+ - createdAt
39818
DisputedSettlementTransfersOutput:
39819
title: DisputedSettlementTransfersOutput
39820
type: array
0 commit comments