appendCodes method
Implementation
Future<List<DecryptedInvoice>> appendCodes(String userId, String type, String sentMediumType, String secretFKeys, List<EncryptedInvoicingCode> invoicingCodes, { String? insuranceId, String? invoiceId, int? gracePeriod }) async {
return await CardinalSdkPlatformInterface.instance.apis.invoice.appendCodes(
_sdkId,
userId,
type,
sentMediumType,
secretFKeys,
insuranceId,
invoiceId,
gracePeriod,
invoicingCodes,
);
}