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