Skip to content

SudoSOS Back-end API / internal/spec/invoice-request-spec / verifyCreateInvoiceRequest

Function: verifyCreateInvoiceRequest() ​

ts
function verifyCreateInvoiceRequest(createInvoiceRequest): Promise<Either<Joinable, CreateInvoiceRequest>>;

Parameters ​

ParameterType
createInvoiceRequestCreateInvoiceRequest

Returns ​

Promise<Either<Joinable, CreateInvoiceRequest>>