Record
extended-subscription-response-model
No description available.
record extended-subscription-response-model {
allowed-to-extend-character-limit: bool,
available-models: list<tts-model-response-model>,
can-extend-character-limit: bool,
can-extend-voice-limit: bool,
can-use-delayed-payment-methods: bool,
can-use-instant-voice-cloning: bool,
can-use-professional-voice-cloning: bool,
character-count: s32,
character-limit: s32,
currency: subscription-response-model-currency-enum,
next-character-count-reset-unix: s32,
next-invoice: invoice-response-model,
professional-voice-limit: s32,
status: subscription-response-model-status-enum,
tier: string,
voice-limit: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| allowed-to-extend-character-limit | bool | |
| available-models | list<tts-model-response-model> | |
| can-extend-character-limit | bool | |
| can-extend-voice-limit | bool | |
| can-use-delayed-payment-methods | bool | |
| can-use-instant-voice-cloning | bool | |
| can-use-professional-voice-cloning | bool | |
| character-count | s32 | |
| character-limit | s32 | |
| currency | subscription-response-model-currency-enum | |
| next-character-count-reset-unix | s32 | |
| next-invoice | invoice-response-model | |
| professional-voice-limit | s32 | |
| status | subscription-response-model-status-enum | |
| tier | string | |
| voice-limit | s32 |