{
    "status": "ACTIVE",
    "status_update_time": "2023-04-28T02:17:59Z",
    "id": "I-HG5K7XD0BVPJ",
    "plan_id": "P-44P20109YP226262JMQN5W5Q",
    "start_time": "2023-04-28T02:16:58Z",
    "quantity": "1",
    "shipping_amount": {
        "currency_code": "USD",
        "value": "0.0"
    },
    "subscriber": {
        "email_address": "customer@gmail.com",
        "payer_id": "ELY93BA542YPQ",
        "name": {
            "given_name": "Test",
            "surname": "Lastname"
        }
    },
    "billing_info": {
        "outstanding_balance": {
            "currency_code": "USD",
            "value": "0.0"
        },
        "cycle_executions": [
            {
                "tenure_type": "TRIAL",
                "sequence": 1,
                "cycles_completed": 1,
                "cycles_remaining": 0,
                "current_pricing_scheme_version": 1,
                "total_cycles": 1
            },
            {
                "tenure_type": "REGULAR",
                "sequence": 2,
                "cycles_completed": 0,
                "cycles_remaining": 0,
                "current_pricing_scheme_version": 1,
                "total_cycles": 0
            }
        ],
        "next_billing_time": "2023-05-11T10:00:00Z",
        "failed_payments_count": 0
    },
    "create_time": "2023-04-28T02:17:59Z",
    "update_time": "2023-04-28T02:17:59Z",
    "custom_id": "1682648029081-0103",
    "plan_overridden": false,
    "plan": {
        "product_id": "somiibo-premium-1",
        "name": "Somiibo Premium (Annually)",
        "description": "A free social media automation platform that organically grows your online presence and gets you more followers.",
        "billing_cycles": [
            {
                "pricing_scheme": {
                    "fixed_price": {
                        "currency_code": "USD",
                        "value": "0.0"
                    }
                },
                "frequency": {
                    "interval_unit": "DAY",
                    "interval_count": 14
                },
                "tenure_type": "TRIAL",
                "sequence": 1,
                "total_cycles": 1
            },
            {
                "pricing_scheme": {
                    "fixed_price": {
                        "currency_code": "USD",
                        "value": "191.4"
                    }
                },
                "frequency": {
                    "interval_unit": "YEAR",
                    "interval_count": 1
                },
                "tenure_type": "REGULAR",
                "sequence": 2,
                "total_cycles": 0
            }
        ],
        "payment_preferences": {
            "service_type": "PREPAID",
            "auto_bill_outstanding": true,
            "setup_fee": {
                "currency_code": "USD",
                "value": "0.0"
            },
            "setup_fee_failure_action": "CANCEL",
            "payment_failure_threshold": 0
        },
        "quantity_supported": true
    },
    "links": [
        {
            "href": "https://api.paypal.com/v1/billing/subscriptions/I-HG5K7XD0BVPJ/cancel",
            "rel": "cancel",
            "method": "POST"
        },
        {
            "href": "https://api.paypal.com/v1/billing/subscriptions/I-HG5K7XD0BVPJ",
            "rel": "edit",
            "method": "PATCH"
        },
        {
            "href": "https://api.paypal.com/v1/billing/subscriptions/I-HG5K7XD0BVPJ?fields=plan",
            "rel": "self",
            "method": "GET"
        },
        {
            "href": "https://api.paypal.com/v1/billing/subscriptions/I-HG5K7XD0BVPJ/suspend",
            "rel": "suspend",
            "method": "POST"
        },
        {
            "href": "https://api.paypal.com/v1/billing/subscriptions/I-HG5K7XD0BVPJ/capture",
            "rel": "capture",
            "method": "POST"
        }
    ]
}
