ComplianceSuccessData class

Success Response (200 OK)

This class represents the success response data for a valid CSID request.

Constructors

ComplianceSuccessData.new({required int requestID, required String dispositionMessage, required String binarySecurityToken, required String secret})
Constructor for the success data.
ComplianceSuccessData.fromJson(Map<String, dynamic> json)
Parses JSON data into a ComplianceSuccessData object.
factory

Properties

binarySecurityToken String
The binary security token returned for authentication purposes.
final
dispositionMessage String
A message indicating the disposition of the CSID request.
final
hashCode int
The hash code for this object.
no setterinherited
requestID int
The unique request ID for the CSID request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String
A secret key or value that is associated with the request.
final

Methods

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

Operators

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