ComplianceAPI class

Constructors

ComplianceAPI.new(Map<String, String> authHeaders, String baseUrl)

Properties

authHeaders Map<String, String>
The authentication headers for the API requests.
final
baseUrl String
The base URL for the API endpoints.
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

checkInvoiceCompliance({required String signedXmlString, required String invoiceHash, required String egsUuid}) Future
Reports an invoice using the provided signed XML string, invoice hash, and EGS UUID.
issueCertificate(String csr, String otp) Future<Map<String, dynamic>>
Issues a compliance certificate using the provided CSR and OTP.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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