Class NextInvoice
- Namespace
- Glitch9.AIDevKit.ElevenLabs
public class NextInvoice
- Inheritance
-
objectNextInvoice
Properties
AmountDueCents
Required. The amount due in cents for the next invoice.
public int AmountDueCents { get; set; }
Property Value
- int
NextPaymentAttemptUnix
Required. The Unix timestamp of the next payment attempt.
public UnixTime NextPaymentAttemptUnix { get; set; }
Property Value
- UnixTime