PayFanout API reference
    Preparing search index...

    Interface ListNativeSubscriptionsResult

    interface ListNativeSubscriptionsResult {
        nextCursor?: string;
        subscriptions: NativeSubscriptionRecord[];
    }
    Index
    nextCursor?: string

    Present when another page exists — pass back as ListNativeSubscriptionsInput.cursor.

    subscriptions: NativeSubscriptionRecord[]