ConsentRequest constructor

ConsentRequest({
  1. String? consentSource,
  2. List<ConsentStatus>? consentStatus,
  3. String? continent,
  4. int? customerId,
  5. String? geolocation,
  6. int? subjectIdentityId,
  7. String? subjectIdentityValue,
  8. String? verificationKey,
})

Implementation

ConsentRequest(
    {this.consentSource,
      this.consentStatus,
      this.continent,
      this.customerId,
      this.geolocation,
      this.subjectIdentityId,
      this.subjectIdentityValue,
      this.verificationKey});