Class NextInvoice
Inherited Members
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class NextInvoice
Properties
| Edit this page View SourceAmountDueCents
Required. The amount due in cents for the next invoice.
Declaration
[JsonProperty("amount_due_cents")]
public int AmountDueCents { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
NextPaymentAttemptUnix
Required. The Unix timestamp of the next payment attempt.
Declaration
[JsonProperty("next_payment_attempt_unix")]
public UnixTime NextPaymentAttemptUnix { get; set; }
Property Value
| Type | Description |
|---|---|
| UnixTime |