Lists the user's Stripe subscriptions.
OK
Unauthenticated
[- {
- "billingFrequency": 0,
- "billingFrequencyUnit": "DAY",
- "blaizeProduct": {
- "description": "string",
- "id": "string",
- "label": "string",
- "subTenantId": "string",
- "tenantId": "string"
}, - "currencyCode": "string",
- "discountsApplied": true,
- "ended": "2019-08-24T14:15:22Z",
- "ends": "2019-08-24T14:15:22Z",
- "externalId": "string",
- "managedBy": "string",
- "multiphasePlan": true,
- "nextBillingTime": "2019-08-24T14:15:22Z",
- "paidThroughDate": "2019-08-24T14:15:22Z",
- "planId": "string",
- "planName": "string",
- "preDiscountPrice": 0,
- "state": "string",
- "taxRates": [
- {
- "active": true,
- "displayName": "string",
- "isTaxInclusive": true,
- "taxPercent": 0
}
], - "transactionRecords": [
- {
- "cents": 0,
- "currency": {
- "currencyCode": "string"
}, - "cycle": "string",
- "cycleCount": 0,
- "humanReadableAmount": "string",
- "taxRate": {
- "active": true,
- "displayName": "string",
- "isTaxInclusive": true,
- "taxPercent": 0
}, - "time": "2019-08-24T14:15:22Z"
}
]
}
]