PayFanout API reference
    Preparing search index...

    Interface ListNativeSubscriptionsInput

    interface ListNativeSubscriptionsInput {
        cursor?: string;
        limit?: number;
    }
    Index
    cursor?: string

    Opaque continuation cursor from a previous ListNativeSubscriptionsResult.

    limit?: number

    Page-size hint; the PSP's own maximum wins.