Finds the PlanOffers available to the user.

GET /accounts/pricing_table?format=api
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "table": {
        "free": {
            "status": "available",
            "centsPerMemberPerMonth": 0,
            "originalCentsPerMemberPerMonth": null,
            "isCurrentPlan": false,
            "isUpgrade": false,
            "isOldPrice": false,
            "trialPeriodDays": 0
        },
        "starterMonthly": {
            "status": "available",
            "centsPerMemberPerMonth": 2600.0,
            "originalCentsPerMemberPerMonth": null,
            "isCurrentPlan": false,
            "isUpgrade": true,
            "isOldPrice": false,
            "trialPeriodDays": 0
        },
        "starterYearly": {
            "status": "available",
            "centsPerMemberPerMonth": 1800.0,
            "originalCentsPerMemberPerMonth": null,
            "isCurrentPlan": false,
            "isUpgrade": true,
            "isOldPrice": false,
            "trialPeriodDays": 0
        },
        "proMonthly": {
            "status": "available",
            "centsPerMemberPerMonth": 5800.0,
            "originalCentsPerMemberPerMonth": null,
            "isCurrentPlan": false,
            "isUpgrade": true,
            "isOldPrice": false,
            "trialPeriodDays": 0
        },
        "proYearly": {
            "status": "available",
            "centsPerMemberPerMonth": 4000.0,
            "originalCentsPerMemberPerMonth": null,
            "isCurrentPlan": false,
            "isUpgrade": true,
            "isOldPrice": false,
            "trialPeriodDays": 0
        },
        "teamMonthly": {
            "status": "available",
            "centsPerMemberPerMonth": 5200.0,
            "originalCentsPerMemberPerMonth": null,
            "isCurrentPlan": false,
            "isUpgrade": true,
            "isOldPrice": false,
            "trialPeriodDays": 0
        },
        "teamYearly": {
            "status": "available",
            "centsPerMemberPerMonth": 3600.0,
            "originalCentsPerMemberPerMonth": null,
            "isCurrentPlan": false,
            "isUpgrade": true,
            "isOldPrice": false,
            "trialPeriodDays": 0
        }
    },
    "cancelsAt": null,
    "resumption": null,
    "trialEndDate": null,
    "canManageBilling": false,
    "nextPayment": null,
    "activeCoupon": null,
    "hasPaymentProblem": false
}