InvoiceBillingInfo Class
Assembly: PTS.Modules.Invoices.dll
Syntax
public class InvoiceBillingInfo
Inheritance
System.Object
InvoiceBillingInfo
Properties
Address
Declaration
public virtual StreetAddress Address { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
IBan
Declaration
public string IBan { get; set; }
Property Value
Type |
Description |
System.String |
|
Invoice
Declaration
public virtual Invoice Invoice { get; set; }
Property Value
InvoiceId
Declaration
public long InvoiceId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
InvoiceOwnerId
Declaration
public long InvoiceOwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Phone
Declaration
public string Phone { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public InvoiceBillingInfoType Type { get; set; }
Property Value
VatId
Declaration
public string VatId { get; set; }
Property Value
Type |
Description |
System.String |
|
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