inventoryreceiptIdGet method

Future<Response<WebApiModulesInventoryInventoryReceiptInventoryReceipt>> inventoryreceiptIdGet({
  1. required String? id,
})

@param id

Implementation

Future<
  chopper.Response<WebApiModulesInventoryInventoryReceiptInventoryReceipt>
>
inventoryreceiptIdGet({required String? id}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryInventoryReceiptInventoryReceipt,
    () => WebApiModulesInventoryInventoryReceiptInventoryReceipt
        .fromJsonFactory,
  );

  return _inventoryreceiptIdGet(id: id);
}