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

    Interface CustomerFeatureList

    Represents a list of customer features.

    interface CustomerFeatureList {
        features: CustomerFeature[];
        meta: PagingResultMeta;
    }
    Index

    Properties

    Properties

    features: CustomerFeature[]

    List of customer features.

    Paging information regarding the returned records, when response is paginated.