getTarificationsCodesOccurrences method
Implementation
Future<List<LabelledOccurence>> getTarificationsCodesOccurrences(int minOccurrence) async {
return await CardinalSdkPlatformInterface.instance.apis.invoice.getTarificationsCodesOccurrences(
_sdkId,
minOccurrence,
);
}