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

    Interface CustomerFeature

    Represents a single customer feature.

    interface CustomerFeature {
        enabled: boolean;
        name: CustomerFeatureName;
    }
    Index

    Properties

    Properties

    enabled: boolean

    Is the customer feature enabled.

    Customer feature name.