{
"planName": "string",
"currency": "string",
"vatRate": 0,
"creditWarningLimit": 0,
"creditWarningLimit2": 0,
"creditWarningLimitLastSent": "2019-08-24T14:15:22.123Z",
"creditWarningLimit2LastSent": "2019-08-24T14:15:22.123Z",
"billingPeriod": "Day",
"billingStart": "2019-08-24T14:15:22.123Z",
"currentBillingPeriodStart": "2019-08-24T14:15:22.123Z",
"currentBillingPeriodEnd": "2019-08-24T14:15:22.123Z",
"nextBilling": "2019-08-24T14:15:22.123Z",
"trialEnd": "2019-08-24T14:15:22.123Z",
"usageCurrent": {
"totalPrice": 0,
"items": [
{
"code": "string",
"quantity": 0,
"unitPrice": 0,
"totalPrice": 0
}
]
},
"usagePrevious": {
"totalPrice": 0,
"items": [
{
"code": "string",
"quantity": 0,
"unitPrice": 0,
"totalPrice": 0
}
]
},
"invoiceAddress": {
"company": "string",
"name": "string",
"street": "string",
"street2": "string",
"city": "string",
"zip": "string",
"phone": "string",
"email": "string",
"country": "CZ",
"taxNumber": "string",
"vatNumber": "string",
"taxId": "string"
}
}