Skip to content

SudoSOS Back-end API / internal/spec/point-of-sale-request-spec / verifyCreatePointOfSaleRequest

Function: verifyCreatePointOfSaleRequest() ​

ts
function verifyCreatePointOfSaleRequest(createPointOfSaleRequest): Promise<Either<Joinable, CreatePointOfSaleParams>>;

Parameters ​

ParameterType
createPointOfSaleRequestCreatePointOfSaleParams

Returns ​

Promise<Either<Joinable, CreatePointOfSaleParams>>