Click or drag to resize

InvoiceSellerContact Class

Represents an invoice seller contact (invoice sender).
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIInvoiceSellerContact

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0+e7e3767923adbb9f0ecdf32b953b5fcc84ef0a32
Syntax
public class InvoiceSellerContact

The InvoiceSellerContact type exposes the following members.

Constructors
 NameDescription
Public methodInvoiceSellerContactInitializes a new instance of the InvoiceSellerContact class
Top
Properties
 NameDescription
Public propertysellerAccountDetails Collection of invoicebankaccount objects.
Public propertysellerContactPersonName Invoiceseller contact name.
Public propertysellerEmailaddressIdentifier Invoice seller email.
Public propertysellerFaxNumber Invoice seller fax.
Public propertysellerFreeText Invoice seller freetext.
Public propertysellerHomeTownName Invoice seller town.
Public propertysellerPhoneNumber Invoice seller phone.
Public propertysellerWebaddressIdentifier Invoice seller website address.
Top
See Also