OneTrustCollectionPoint: {
    activationDate: string | Date;
    attributes: Attributes;
    canCreateNewVersion: boolean;
    collectionPointType: CollectionPointType;
    consentIntegration: boolean;
    consentType: ConsentType;
    createDate: string | Date;
    createdBy: CollectionPointId;
    dataElements: DataElements[];
    description: string;
    doubleOptIn: boolean;
    enableNewConsentIntegration: boolean;
    firstReceiptOn: string | null;
    hostedSDK: boolean;
    iabVendorId: string | null;
    id: string;
    identifierDataElement: Record<string, any>[];
    isAuthenticationRequired: boolean;
    jwtToken: JWTToken;
    language: null;
    languages: Language[];
    lastActivityDate: string | Date;
    lastModifiedBy: CollectionPointId;
    lastSdkIntegrationDate: null;
    name: string;
    newSdkIntegrationEnabled: boolean;
    noConsentTransactions: boolean;
    noticesWithVersions: NoticesWithVersions[];
    organizationId: string;
    preferenceCenter: PreferenceCenter;
    privacyPolicyUrl: string | null;
    publishedBy: CollectionPointId;
    purposes: Purpose[];
    receiptCount: number;
    reconfirmActivePurpose: boolean;
    redirectUrl: string;
    responsibleGroupId: null;
    responsibleUserId: string;
    sendConsentEmail: boolean;
    showWarning: boolean;
    status: Status;
    subjectIdentifier: SubjectIdentifier;
    version: number;
    warningReasons: WarningReason[];
    webFormUrl: string | null;
}

Description

Collection point response object.

Type declaration

  • activationDate: string | Date

    Example

    2022-06-23T14:16:41.17
    
  • attributes: Attributes
  • canCreateNewVersion: boolean
  • collectionPointType: CollectionPointType

    Example

    API
    
  • consentIntegration: boolean
  • consentType: ConsentType

    Example

    CONDITIONALTRIGGER
    
  • createDate: string | Date

    Example

    2022-06-23T11:51:52.973
    
  • createdBy: CollectionPointId

    Example

    06A482CF-6034-4DDE-8993-2940F3D36458
    
  • dataElements: DataElements[]
  • description: string

    Example

    Consent Service API Dev
    
  • doubleOptIn: boolean
  • enableNewConsentIntegration: boolean
  • firstReceiptOn: string | null
  • hostedSDK: boolean
  • iabVendorId: string | null
  • id: string

    Example

    8a6c6c59-57a8-443f-88ca-5d712122a212
    
  • identifierDataElement: Record<string, any>[]
  • isAuthenticationRequired: boolean
  • jwtToken: JWTToken

    Description

    The JWT token object.

  • language: null
  • languages: Language[]
  • lastActivityDate: string | Date

    Example

    2022-06-23T15:00:00
    
  • lastModifiedBy: CollectionPointId

    Example

    06A482CF-6034-4DDE-8993-2940F3D36458
    
  • lastSdkIntegrationDate: null
  • name: string

    Example

    Consent Service Dev
    
  • newSdkIntegrationEnabled: boolean
  • noConsentTransactions: boolean
  • noticesWithVersions: NoticesWithVersions[]
  • organizationId: string

    Example

    289d6c49-7e19-4ed5-b653-a95aa2fc2713
    
  • preferenceCenter: PreferenceCenter
  • privacyPolicyUrl: string | null
  • publishedBy: CollectionPointId

    Example

    06A482CF-6034-4DDE-8993-2940F3D36458
    
  • purposes: Purpose[]

    Description

    List of Purposes.

  • receiptCount: number

    Example

    0
    
  • reconfirmActivePurpose: boolean
  • redirectUrl: string
  • responsibleGroupId: null
  • responsibleUserId: string

    Example

    06a482cf-6034-4dde-8993-2940f3d36458
    
  • sendConsentEmail: boolean
  • showWarning: boolean
  • status: Status

    Example

    ACTIVE
    
  • subjectIdentifier: SubjectIdentifier

    Example

    Email
    
  • version: number

    Example

    1
    
  • warningReasons: WarningReason[]
  • webFormUrl: string | null

Generated using TypeDoc