ReceiptApi class

Constructors

ReceiptApi([ApiClient? apiClient])

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rawCreateReceipt(ReceiptDto receiptDto) Future<ReceiptDto?>
Creates a receipt
rawCreateReceiptWithHttpInfo(ReceiptDto receiptDto) Future<Response>
Creates a receipt
rawDeleteReceipts(ListOfIdsDto listOfIdsDto) Future<List<DocIdentifier>?>
Deletes receipts
rawDeleteReceiptsWithHttpInfo(ListOfIdsDto listOfIdsDto) Future<Response>
Deletes receipts
rawGetReceipt(String receiptId) Future<ReceiptDto?>
Gets a receipt
rawGetReceiptAttachment(String receiptId, String attachmentId, String enckeys) Future<MultipartFile?>
Get an attachment
rawGetReceiptAttachmentWithHttpInfo(String receiptId, String attachmentId, String enckeys) Future<Response>
Get an attachment
rawGetReceiptWithHttpInfo(String receiptId) Future<Response>
Gets a receipt
rawListByReference(String ref) Future<List<ReceiptDto>?>
Gets a receipt
rawListByReferenceWithHttpInfo(String ref) Future<Response>
Gets a receipt
rawModifyReceipt(ReceiptDto receiptDto) Future<ReceiptDto?>
Updates a receipt
rawModifyReceiptWithHttpInfo(ReceiptDto receiptDto) Future<Response>
Updates a receipt
rawSetReceiptAttachment(String receiptId, String blobType, MultipartFile body, {String? enckeys}) Future<ReceiptDto?>
Creates a receipt's attachment
rawSetReceiptAttachmentWithHttpInfo(String receiptId, String blobType, MultipartFile body, {String? enckeys}) Future<Response>
Creates a receipt's attachment
toString() String
A string representation of this object.
inherited

Operators

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