@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface CustomerDataVerificationAttribute

    Represents the customer attribute being attached to the particular verification process.

    interface CustomerDataVerificationAttribute {
        type: CustomerDataVerificationAttributeType;
        value: string;
    }
    Index

    Properties

    Properties

    The type of the customer attribute that will be verified through an additional secure mechanism, such as an OTP code sent via email.

    value: string

    The value of the customer attribute that will be verified through an additional secure mechanism, such as an OTP code sent via email.