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

    Interface AuthorizationList

    Represents a list of authorizations.

    interface AuthorizationList {
        authorizations?: Authorization[];
        meta?: PagingResultMeta;
    }
    Index

    Properties

    authorizations?: Authorization[]

    List of authorizations.

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