Skip to content

Commit

Permalink
fix: type mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
necusjz committed Feb 26, 2025
1 parent 64f6997 commit a2da65f
Showing 1 changed file with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5168,12 +5168,19 @@
},
"rebillDetails": {
"description": "Rebill details for an invoice.",
"type": "object",
"readOnly": true,
"additionalProperties": {
"type": "object",
"$ref": "#/definitions/RebillDetails"
}
"properties": {
"creditNoteDocumentId": {
"description": "The ID of credit note.",
"type": "string",
"readOnly": true
},
"invoiceDocumentId": {
"description": "The ID of invoice.",
"type": "string",
"readOnly": true
}
},
"readOnly": true
},
"documentType": {
"description": "The type of the document.",
Expand Down

0 comments on commit a2da65f

Please sign in to comment.