CCSIDRequestProp class

Compliance CSID Request parameters model.

This class encapsulates the properties required when requesting a Compliance CSID (Cryptographic Stamp Identifier) from ZATCA. It includes essential information like the CSR and the OTP.

Implementers

Constructors

CCSIDRequestProp({required String csr, required String otp})
Constructs a CCSIDRequestProp with the required CSR and OTP.
const

Properties

csr → String
The Certificate Signing Request (CSR) to be sent to ZATCA.
final
hashCode → int
The hash code for this object.
no setterinherited
otp → String
The One-Time Password provided by ZATCA for verification.
final
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
toString() → String
A string representation of this object.
inherited

Operators

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