TryAndRecoverInvoicePlatformApi class

Constructors

TryAndRecoverInvoicePlatformApi(MethodChannel _methodChannel)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

appendCodes(String sdkId, String userId, String type, String sentMediumType, String secretFKeys, String? insuranceId, String? invoiceId, int? gracePeriod, List<EncryptedInvoicingCode> invoicingCodes) Future<List<Invoice>>
getInvoice(String sdkId, String entityId) Future<Invoice>
getInvoices(String sdkId, List<String> entityIds) Future<List<Invoice>>
listInvoicesByContactIds(String sdkId, List<String> contactIds) Future<List<Invoice>>
listInvoicesByHcPartyAndGroupId(String sdkId, String hcPartyId, String groupId) Future<List<Invoice>>
listInvoicesByHcpartySendingModeStatusDate(String sdkId, String hcPartyId, String sendingMode, String status, int from, int to) Future<List<Invoice>>
listInvoicesByHcPartySentMediumTypeInvoiceTypeSentDate(String sdkId, String hcPartyId, MediumType sentMediumType, InvoiceType invoiceType, bool sent, int? from, int? to) Future<List<Invoice>>
listInvoicesByIds(String sdkId, List<String> ids) Future<List<Invoice>>
listInvoicesByRecipientsIds(String sdkId, List<String> recipientsIds) Future<List<Invoice>>
listToInsurances(String sdkId, List<String> userIds) Future<List<Invoice>>
listToInsurancesUnsent(String sdkId, List<String> userIds) Future<List<Invoice>>
listToPatients(String sdkId, String hcPartyId) Future<List<Invoice>>
listToPatientsUnsent(String sdkId, String? hcPartyId) Future<List<Invoice>>
mergeTo(String sdkId, String invoiceId, List<String> ids) Future<Invoice>
modifyInvoice(String sdkId, Invoice entity) Future<Invoice>
modifyInvoices(String sdkId, List<Invoice> entities) Future<List<Invoice>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reassignInvoice(String sdkId, Invoice invoice) Future<Invoice>
removeCodes(String sdkId, String userId, String serviceId, String secretFKeys, List<String> tarificationIds) Future<List<Invoice>>
shareWith(String sdkId, String delegateId, Invoice invoice, InvoiceShareOptions? options) Future<Invoice>
shareWithMany(String sdkId, Invoice invoice, Map<String, InvoiceShareOptions> delegates) Future<Invoice>
toString() String
A string representation of this object.
inherited
validate(String sdkId, String invoiceId, String scheme, String forcedValue) Future<Invoice>

Operators

operator ==(Object other) bool
The equality operator.
inherited