You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This endpoint https://killbill.github.io/slate/credit.html#create-credits seems to accept invoiceItemId as mandatory on the InvoiceItem body, and then accepts it as null. On the other clients, python, Ruby etc. it is not mandatory to pass invoiceItemId.
This endpoint https://killbill.github.io/slate/credit.html#create-credits seems to accept invoiceItemId as mandatory on the InvoiceItem body, and then accepts it as null. On the other clients, python, Ruby etc. it is not mandatory to pass invoiceItemId.
The above works fine, however, if I remove invoiceItemId then this error pops up :
Property ''invoiceItemId'' is missing in type '{ accountId: string; amount: number; }' but required in type 'InvoiceItem'.
The text was updated successfully, but these errors were encountered: