TryAndRecoverInvoiceApi class

Constructors

TryAndRecoverInvoiceApi(String _sdkId)

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

Operators

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