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
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