checkoutDecreaseorderquantityPost method
Future<Response<WebApiModulesWarehouseCheckOutDecreaseOrderQuantityResponse> >
checkoutDecreaseorderquantityPost({
- required WebApiModulesWarehouseCheckOutDecreaseOrderQuantityRequest? body,
Implementation
Future<
chopper.Response<
WebApiModulesWarehouseCheckOutDecreaseOrderQuantityResponse
>
>
checkoutDecreaseorderquantityPost({
required WebApiModulesWarehouseCheckOutDecreaseOrderQuantityRequest? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesWarehouseCheckOutDecreaseOrderQuantityResponse,
() => WebApiModulesWarehouseCheckOutDecreaseOrderQuantityResponse
.fromJsonFactory,
);
return _checkoutDecreaseorderquantityPost(body: body);
}