OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / Invoice Class
Properties


In This Topic
    Invoice Class Members
    In This Topic

    The following tables list the members exposed by Invoice.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Invoice class.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe Customer record assigned to this Invoice.  
    Public PropertyThe date this Invoice was generated. (Inherited from OnTime.Extensions.SDK.InvoiceBase)
    Public PropertyThe date this Invoice is due to be paid by a Customer. (Inherited from OnTime.Extensions.SDK.InvoiceBase)
    Public PropertyThe unique identifier for this Invoice record. (Inherited from OnTime.Extensions.SDK.InvoiceBase)
    Public PropertyThe number assigned to this Invoice. (Inherited from OnTime.Extensions.SDK.InvoiceBase)
    Public PropertyIndicates if this Invoice has been paid in full. (Inherited from OnTime.Extensions.SDK.InvoiceBase)
    Public PropertyAny additional comments given to this Invoice. (Inherited from OnTime.Extensions.SDK.InvoiceBase)
    Public PropertyThe collection of Order records associated with this Invoice.  
    Public PropertyThe total amount due for this Invoice. (Inherited from OnTime.Extensions.SDK.InvoiceBase)
    Public PropertyIndicates if this Invoice has been exported via this extension within OnTime Management Suite.  
    Public PropertyIndicates if this Invoice has been exported to QuickBooks via OnTime Management Suite. (Inherited from OnTime.Extensions.SDK.InvoiceBase)
    Top
    See Also