PCSIDRenewalRequestProp class
Production CSID Renewal Request parameters model.
This subclass of CCSIDRequestProp is specifically used when renewing a Production CSID. It retains the same structure but semantically indicates its use for renewal operations.
- Inheritance
-
- Object
- CCSIDRequestProp
- PCSIDRenewalRequestProp
Constructors
- PCSIDRenewalRequestProp.new({required String csr, required String otp})
- Constructs a PCSIDRenewalRequestProp with the given CSR and OTP.
Properties
- csr → String
-
The Certificate Signing Request (CSR) to be sent to ZATCA.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- otp → String
-
The One-Time Password provided by ZATCA for verification.
finalinherited
- 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