Invoice Class
Assembly: PTS.Modules.Invoices.dll
Syntax
public class Invoice : IOwnedRecord, IGdsRecord, IHasGuid, ITaxRecord, IAmount, ITaxSubject
Inheritance
System.Object
Invoice
Properties
Amount
Declaration
public decimal Amount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Balance
Declaration
public decimal Balance { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Billing
Declaration
public virtual DateTimeRange Billing { get; set; }
Property Value
BillingInfos
Declaration
public virtual ICollection<InvoiceBillingInfo> BillingInfos { get; set; }
Property Value
BookStatus
Declaration
public DocumentStatus BookStatus { get; set; }
Property Value
CategoryCode
Declaration
public int CategoryCode { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Currency
Declaration
public CurrencyCode Currency { get; set; }
Property Value
DueOn
Declaration
public DateTime DueOn { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
GdsOwnerGuid
Declaration
public Guid? GdsOwnerGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
GdsRole
Declaration
public GdsRole GdsRole { get; set; }
Property Value
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Id
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
IssuedOn
Declaration
public DateTime IssuedOn { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Issuer
Declaration
public virtual Account Issuer { get; set; }
Property Value
IssuerId
Declaration
public long IssuerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
IssuerOwnerId
Declaration
public long IssuerOwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Items
Declaration
public virtual ICollection<InvoiceItem> Items { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<InvoiceItem> |
|
NetAmount
Declaration
public decimal NetAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
Number
Declaration
public long Number { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Order
Declaration
public virtual Order Order { get; set; }
Property Value
OrderId
Declaration
public long? OrderId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
OrderOwnerId
Declaration
public long? OrderOwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
PaidOn
Declaration
public DateTime? PaidOn { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Receiver
Declaration
public virtual Account Receiver { get; set; }
Property Value
ReceiverId
Declaration
public long ReceiverId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
ReceiverOwnerId
Declaration
public long ReceiverOwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Status
Declaration
public InvoiceStatus Status { get; set; }
Property Value
TypeCode
Declaration
public int TypeCode { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
VatAmount
Declaration
public decimal VatAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
VatOption
Declaration
public VatType VatOption { get; set; }
Property Value
VatRate
Declaration
public decimal VatRate { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
VatSource
Declaration
public VatSource VatSource { get; set; }
Property Value
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Extension Methods