{
"data": [
{
"id": "FID001",
"type": "Subscription",
"attributes": {
"type": "chargebeeSubscription",
"isActive": true,
"inTrial": true,
"trialEndDate": "2019-08-24T14:15:22Z",
"trialDaysLeft": 0,
"isTrialUpgradable": true,
"isTrialCheckoutEnabled": true,
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"currentBillingPeriodStart": "2019-08-24T14:15:22Z",
"currentBillingPeriodEnd": "2019-08-24T14:15:22Z",
"nextInvoiceDate": "2019-08-24T14:15:22Z",
"isBillingPortalEnabled": true,
"customerFirstName": "string",
"customerLastName": "string",
"customerCardState": "expired",
"customerPreferredCurrencyCode": "string",
"customerCardType": "string",
"customerCardLastFour": "string",
"customerCardExpiryMonth": 0,
"customerCardExpiryYear": 0,
"planName": "string",
"planAmount": 0,
"planPriceTag": "string",
"planIsFree": true,
"planImageUrl": "string"
},
"relationships": {
"product": {
"data": {
"id": "FID001",
"type": "Product"
}
},
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
}
}
}
],
"included": [
{
"id": "FID001",
"type": "_User",
"attributes": {},
"relationships": {
"property1": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
},
"property2": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
}
}
}
],
"meta": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0
}
}