File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -43080,9 +43080,6 @@ components:
43080
43080
currency:
43081
43081
type: string
43082
43082
minLength: 1
43083
- settlementId:
43084
- type: string
43085
- title: uuid
43086
43083
quantity:
43087
43084
$ref: '#/components/schemas/NonNegativeBigAmount'
43088
43085
txIds:
@@ -43098,6 +43095,12 @@ components:
43098
43095
- type: string
43099
43096
format: number
43100
43097
- type: number
43098
+ settlementId:
43099
+ type: string
43100
+ title: uuid
43101
+ disputeClosureId:
43102
+ type: string
43103
+ title: uuid
43101
43104
id:
43102
43105
type: string
43103
43106
title: uuid
@@ -43128,11 +43131,11 @@ components:
43128
43131
minLength: 1
43129
43132
required:
43130
43133
- currency
43131
- - settlementId
43132
43134
- quantity
43133
43135
- txIds
43134
43136
- status
43135
43137
- usdValue
43138
+ - settlementId
43136
43139
- id
43137
43140
- createdAt
43138
43141
- updatedAt
@@ -48005,6 +48008,8 @@ components:
48005
48008
- completed
48006
48009
- failed
48007
48010
- rejected
48011
+ - disputed
48012
+ - pending_settlement_assignment
48008
48013
SettlementTypes:
48009
48014
title: SettlementTypes
48010
48015
type: string
@@ -54147,6 +54152,9 @@ components:
54147
54152
settlementId:
54148
54153
type: string
54149
54154
title: uuid
54155
+ disputeClosureId:
54156
+ type: string
54157
+ title: uuid
54150
54158
quantity:
54151
54159
$ref: '#/components/schemas/NonNegativeBigAmount'
54152
54160
txIds:
You can’t perform that action at this time.
0 commit comments