inventoryreceiptItemsIdGet method
Future<Response<WebApiModulesInventoryInventoryReceiptInventoryReceiptItem> >
inventoryreceiptItemsIdGet({
- required String? id,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesInventoryInventoryReceiptInventoryReceiptItem>>
inventoryreceiptItemsIdGet({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryInventoryReceiptInventoryReceiptItem,
() => WebApiModulesInventoryInventoryReceiptInventoryReceiptItem
.fromJsonFactory);
return _inventoryreceiptItemsIdGet(id: id);
}