ProductionRequestBase class

Inheritance
Implementers

Constructors

ProductionRequestBase({Mode mode = Mode.production})

Properties

ccsidTokeys → Tokeys?
Compliance CSID values
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
mode → Mode
The mode of operation.
finalinherited
pcsidTokeys → Tokeys?
Production CSID values
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

convertTokenAndKeyToPemAndSaveToSDKForSigning({required CertAndKey certAndKey}) → Future<void>
Handle conversion and storage of Token & Key for Invoice/Note Signing.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestClearance(InvoiceRequest prop, {String? clearedInvoiceName}) → Future<InvoiceClearanceResponse?>
B2B Make a clearance request for a STANDARD invoice or a STANDARD credit/debit note.
inherited
requestComplianceCheck({required InvoiceRequest prop}) → Future<ComplianceInvoiceCheckResponse?>
Request Compliance Check for invoice/note from Zatca/Fatoora Server
inherited
requestComplianceCSID({required CCSIDRequestProp request}) → Future<ComplianceCSIDResponse>
Make a request to Zatca/Fatoora server to get the Compliance CSID.
inherited
requestProductionCSIDOnboarding() → Future<ProductionCSIDResponse>
Request Production CSID for onboarding
inherited
requestProductionCSIDRenewal({required PCSIDRenewalRequestProp prop}) → Future<ProductionCSIDRenewalResponse>
Request Production CSID Renewal.
inherited
requestReporting(InvoiceRequest prop) → Future<InvoiceReportingResponse?>
B2C Report an invoice/note to ZATCA/FATOORA Server
inherited
toString() → String
A string representation of this object.
inherited

Operators

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