SudoSOS Back-end API / internal/spec/point-of-sale-request-spec / verifyCreatePointOfSaleRequest
Function: verifyCreatePointOfSaleRequest() ​
ts
function verifyCreatePointOfSaleRequest(createPointOfSaleRequest): Promise<Either<Joinable, CreatePointOfSaleParams>>;Parameters ​
| Parameter | Type |
|---|---|
createPointOfSaleRequest | CreatePointOfSaleParams |
Returns ​
Promise<Either<Joinable, CreatePointOfSaleParams>>