PayFanout API reference
    Preparing search index...

    Interface PayPalSubscriptionsPageLike

    GET /v1/billing/subscriptions envelope (totals appear with total_required=true).

    interface PayPalSubscriptionsPageLike {
        links?: { href?: string; method?: string; rel?: string }[];
        subscriptions?: PayPalSubscriptionLike[];
        total_items?: number;
        total_pages?: number;
    }
    Index
    links?: { href?: string; method?: string; rel?: string }[]
    subscriptions?: PayPalSubscriptionLike[]
    total_items?: number
    total_pages?: number