ProductionCSIDRenewalResponse class

Represents the main API response from the Production CSID Renewal endpoint.

Constructors

ProductionCSIDRenewalResponse.new({required int statusCode, required CSIDResponseStatus status, ProductionCSIDRenewalSuccessData? successData, ProductionCSIDErrorData? errorData, ProductionCSIDFailureData? failureData})
Creates a ProductionCSIDRenewalResponse instance.
ProductionCSIDRenewalResponse.fromJson(int statusCode, Map<String, dynamic> json)
Parses JSON into the appropriate model based on status code and JSON structure.
factory

Properties

errorData ProductionCSIDErrorData?
Error data when there's a client-side error during renewal.
final
failureData ProductionCSIDFailureData?
Failure data when there's a server-side error during renewal.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status CSIDResponseStatus
Categorized response status derived from the HTTP status code.
final
statusCode int
HTTP status code of the response.
final
successData ProductionCSIDRenewalSuccessData?
Success data when the renewal request is successful.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes the model back to JSON.
toString() String
A string representation of this object.
inherited

Operators

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