getTarificationsCodesOccurrences method

Future<List<LabelledOccurence>> getTarificationsCodesOccurrences(
  1. int minOccurrence
)

Implementation

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