SudoSOS Back-end API / internal/spec/invoice-request-spec / verifyUpdateInvoiceRequest
Function: verifyUpdateInvoiceRequest() ​
ts
function verifyUpdateInvoiceRequest(updateInvoiceRequest): Promise<Either<Joinable, UpdateInvoiceParams>>;Parameters ​
| Parameter | Type |
|---|---|
updateInvoiceRequest | UpdateInvoiceParams |
Returns ​
Promise<Either<Joinable, UpdateInvoiceParams>>