AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class NextInvoice

    Inheritance
    object
    NextInvoice
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: .dll
    Syntax
    public class NextInvoice

    Properties

    AmountDueCents

    Required. The amount due in cents for the next invoice.

    Declaration
    public int AmountDueCents { get; set; }
    Property Value
    Type Description
    int

    NextPaymentAttemptUnix

    Required. The Unix timestamp of the next payment attempt.

    Declaration
    public UnixTime NextPaymentAttemptUnix { get; set; }
    Property Value
    Type Description
    UnixTime
    In this article
    Back to top Generated by DocFX