TRUE if this is a simulated ('Simulate This') subscription rather than a live subscription. Simulated subscriptions do not carry live signal rights: the API signal endpoints cover only strategies the person owns or holds a live (non-simulated) subscription to
The actual amount in whole USD dollars that will be charged at the next billing event, from the customer's own billing schedule. May differ from MonthlyCost (grandfathered pricing, white-label markup, comped subscriptions). NULL when no further charge is scheduled or the subscription has no billing schedule (free, owner, or simulated subscriptions)
The billing interval unit from the customer's own schedule (for example 'month' or 'year'). NULL when the subscription has no billing schedule
The number of billing interval units between charges from the customer's own schedule. NULL when the subscription has no billing schedule
TRUE if the subscription has been canceled and remains active until the current paid period ends; no further charges will be made. NULL when the subscription has no billing schedule
The number of failed charge attempts since the last successful charge on the subscription's billing schedule; 0 means the last charge succeeded. A nonzero count means the subscription is in dunning and will auto-cancel if failures continue. NULL when the subscription has no billing schedule
The reason code of the most recent failed charge attempt. NULL when there is no failure outstanding
{ "Id": 0, "PersonId": 0, "StrategyId": 0, "StrategyName": "string", "IsSimulation": true, "IsPaperTrade": true, "IsAlive": true, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "MonthlyCost": 0.1, "NextChargeDate": "2019-08-24T14:15:22Z", "NextBillingPrice": 0.1, "BillingInterval": "string", "BillingIntervalCount": 0, "IsCancelPending": true, "BillingFailureCount": 0, "LastBillingFailureReason": "string", "LastBillingFailureAt": "2019-08-24T14:15:22Z" }