CustomerConsentStatus class

Constructors

CustomerConsentStatus()

Properties

consentId String?
getter/setter pair
consentMessageId String?
getter/setter pair
consentMessageType String?
getter/setter pair
contactId String?
getter/setter pair
contactingPermission ContactingPermission?
getter/setter pair
createdAt String?
getter/setter pair
error PamErrorResponse?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastConsentAt String?
getter/setter pair
lastConsentVersion int?
getter/setter pair
latestVersion String?
getter/setter pair
needConsentReview bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackingPermission TrackingPermission?
getter/setter pair
updatedAt String?
getter/setter pair
version int?
getter/setter pair

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

Static Methods

parse(String jsonString) CustomerConsentStatus