checkoutDecreaseorderquantityPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesWarehouseCheckOutDecreaseOrderQuantityResponse
  >
>
checkoutDecreaseorderquantityPost({
  required WebApiModulesWarehouseCheckOutDecreaseOrderQuantityRequest? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesWarehouseCheckOutDecreaseOrderQuantityResponse,
    () => WebApiModulesWarehouseCheckOutDecreaseOrderQuantityResponse
        .fromJsonFactory,
  );

  return _checkoutDecreaseorderquantityPost(body: body);
}