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