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:
4308043080 currency:
4308143081 type: string
4308243082 minLength: 1
43083- settlementId:
43084- type: string
43085- title: uuid
4308643083 quantity:
4308743084 $ref: '#/components/schemas/NonNegativeBigAmount'
4308843085 txIds:
@@ -43098,6 +43095,12 @@ components:
4309843095 - type: string
4309943096 format: number
4310043097 - type: number
43098+ settlementId:
43099+ type: string
43100+ title: uuid
43101+ disputeClosureId:
43102+ type: string
43103+ title: uuid
4310143104 id:
4310243105 type: string
4310343106 title: uuid
@@ -43128,11 +43131,11 @@ components:
4312843131 minLength: 1
4312943132 required:
4313043133 - currency
43131- - settlementId
4313243134 - quantity
4313343135 - txIds
4313443136 - status
4313543137 - usdValue
43138+ - settlementId
4313643139 - id
4313743140 - createdAt
4313843141 - updatedAt
@@ -48005,6 +48008,8 @@ components:
4800548008 - completed
4800648009 - failed
4800748010 - rejected
48011+ - disputed
48012+ - pending_settlement_assignment
4800848013 SettlementTypes:
4800948014 title: SettlementTypes
4801048015 type: string
@@ -54147,6 +54152,9 @@ components:
5414754152 settlementId:
5414854153 type: string
5414954154 title: uuid
54155+ disputeClosureId:
54156+ type: string
54157+ title: uuid
5415054158 quantity:
5415154159 $ref: '#/components/schemas/NonNegativeBigAmount'
5415254160 txIds:
You can’t perform that action at this time.
0 commit comments