inventoryreceiptCreditsIdGet method

Future<Response<WebApiModulesInventoryInventoryReceiptCredits>> inventoryreceiptCreditsIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _inventoryreceiptCreditsIdGet(id: id);
}