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

    Interface HealthVulnerabilities

    Health-related vulnerabilities.

    Captures circumstances tied to the customer's physical or mental wellbeing that may affect their day-to-day functioning or decision-making capabilities and therefore require additional levels of care.

    interface HealthVulnerabilities {
        gamblingAddiction?: boolean;
        lowMentalCapacity?: boolean;
        physicalDisability?: boolean;
    }
    Index

    Properties

    gamblingAddiction?: boolean

    Indicates a gambling addiction.

    lowMentalCapacity?: boolean

    Indicates low mental capacity or a cognitive disability.

    physicalDisability?: boolean

    Indicates a physical disability or impairment (such as hearing or speech loss).