Skip to content

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

Function: verifyUpdatePointOfSaleRequest() ​

ts
function verifyUpdatePointOfSaleRequest(updatePointOfSaleRequest): Promise<Either<Joinable, UpdatePointOfSaleParams>>;

Parameters ​

ParameterType
updatePointOfSaleRequestUpdatePointOfSaleParams

Returns ​

Promise<Either<Joinable, UpdatePointOfSaleParams>>