diff --git a/src/openapi/contracts/payments.json b/src/openapi/contracts/payments.json deleted file mode 100644 index 75f07bf..0000000 --- a/src/openapi/contracts/payments.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - { - "paymentId": "", - "amount": "", - "paymentMethod": "", - "paymentDate": "", - "contractInvoice": { - "contractInvoiceId": "", - "contractId": "", - "externalReference": "", - "term": "" - }, - "contract": { - "contractId": "", - "contractNumber": "", - "productName": "", - "customerProfileId": "" - } - }, - { - "paymentId": "", - "amount": "", - "paymentMethod": "", - "paymentDate": "", - "contractInvoice": { - "contractInvoiceId": "", - "contractId": "", - "externalReference": "", - "term": "", - }, - "contract": { - "contractId": "", - "contractNumber": "", - "productName": "", - "customerProfileId": "" - } - } -] \ No newline at end of file