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