InvoiceBasicPlatformApi class
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<EncryptedInvoice>>
-
-
deleteInvoice(String sdkId, String entityId)
→ Future<DocIdentifier>
-
-
getInvoice(String sdkId, String entityId)
→ Future<EncryptedInvoice>
-
-
getInvoices(String sdkId, List<String> entityIds)
→ Future<List<EncryptedInvoice>>
-
-
getTarificationsCodesOccurrences(String sdkId, int minOccurrence)
→ Future<List<LabelledOccurence>>
-
-
listInvoicesByContactIds(String sdkId, List<String> contactIds)
→ Future<List<EncryptedInvoice>>
-
-
listInvoicesByHcPartyAndGroupId(String sdkId, String hcPartyId, String groupId)
→ Future<List<EncryptedInvoice>>
-
-
listInvoicesByHcpartySendingModeStatusDate(String sdkId, String hcPartyId, String sendingMode, String status, int from, int to)
→ Future<List<EncryptedInvoice>>
-
-
listInvoicesByHcPartySentMediumTypeInvoiceTypeSentDate(String sdkId, String hcPartyId, MediumType sentMediumType, InvoiceType invoiceType, bool sent, int? from, int? to)
→ Future<List<EncryptedInvoice>>
-
-
listInvoicesByIds(String sdkId, List<String> ids)
→ Future<List<EncryptedInvoice>>
-
-
listInvoicesByRecipientsIds(String sdkId, List<String> recipientsIds)
→ Future<List<EncryptedInvoice>>
-
-
listToInsurances(String sdkId, List<String> userIds)
→ Future<List<EncryptedInvoice>>
-
-
listToInsurancesUnsent(String sdkId, List<String> userIds)
→ Future<List<EncryptedInvoice>>
-
-
listToPatients(String sdkId, String hcPartyId)
→ Future<List<EncryptedInvoice>>
-
-
listToPatientsUnsent(String sdkId, String? hcPartyId)
→ Future<List<EncryptedInvoice>>
-
-
mergeTo(String sdkId, String invoiceId, List<String> ids)
→ Future<EncryptedInvoice>
-
-
modifyInvoice(String sdkId, EncryptedInvoice entity)
→ Future<EncryptedInvoice>
-
-
modifyInvoices(String sdkId, List<EncryptedInvoice> entities)
→ Future<List<EncryptedInvoice>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
reassignInvoice(String sdkId, EncryptedInvoice invoice)
→ Future<EncryptedInvoice>
-
-
removeCodes(String sdkId, String userId, String serviceId, String secretFKeys, List<String> tarificationIds)
→ Future<List<EncryptedInvoice>>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
validate(String sdkId, String invoiceId, String scheme, String forcedValue)
→ Future<EncryptedInvoice>
-