ProductionAPI class
Constructors
-
ProductionAPI.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
-
clearanceInvoice(
String signedXmlString, String invoiceHash, String egsUuid) → Future - Reports an invoice using the provided signed XML string, invoice hash, and EGS UUID.
-
issueCertificate(
String complianceRequestId) → Future< Map< String, dynamic> > - Issues a production certificate using the provided compliance request ID.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reportInvoice(
String signedXmlString, String invoiceHash, String egsUuid) → Future - Reports an invoice using the provided signed XML string, invoice hash, and EGS UUID.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited