Paddle SDK - v5.0.0
    Preparing search index...

    Interface UpdateSubscriptionUserResponse

    interface UpdateSubscriptionUserResponse {
        next_payment: Payment;
        plan_id: number;
        subscription_id: number;
        user_id: number;
    }
    Index

    Properties

    next_payment: Payment
    plan_id: number
    subscription_id: number
    user_id: number