withEncryptionMetadata method
Future<DecryptedInvoice>
withEncryptionMetadata(
- DecryptedInvoice? base,
- Patient? patient, {
- User? user,
- Map<
String, AccessLevel> delegates = const {}, - SecretIdUseOption secretId = SecretIdUseOption.UseAnySharedWithParent,
Implementation
Future<DecryptedInvoice> withEncryptionMetadata(DecryptedInvoice? base, Patient? patient, { User? user, Map<String, AccessLevel> delegates = const {}, SecretIdUseOption secretId = SecretIdUseOption.UseAnySharedWithParent }) async {
return await CardinalSdkPlatformInterface.instance.apis.invoice.withEncryptionMetadata(
_sdkId,
base,
patient,
user,
delegates,
secretId,
);
}