@textile/hub > CustomerResponse
CustomerResponse interface
The response type from getUsage
Signature:
export interface CustomerResponse
Properties
| Property | Type | Description |
|---|---|---|
| accountStatus | string | |
| accountType | number | |
| balance | number | |
| billable | boolean | |
| createdAt | number | |
| customerId | string | |
| dailyUsageMap | Array<[string, Usage]> | |
| delinquent | boolean | |
| dependents | number | |
| string | ||
| gracePeriodEnd | number | |
| invoicePeriod? | Period | (Optional) |
| key | string | |
| parentKey | string | |
| subscriptionStatus | string |