Click or drag to resize

InvoicePostAddress Class

Represents an invoice postal address.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIInvoicePostAddress

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

The InvoicePostAddress type exposes the following members.

Constructors
 NameDescription
Public methodInvoicePostAddressInitializes a new instance of the InvoicePostAddress class
Top
Properties
 NameDescription
Public propertycountry Invoice address country.
Public propertycountryCode Invoice address country code.
Public propertypostCodeIdentifier Invoice address zip code.
Public propertystreetName Invoice address streetname.
Public propertytownName Invoice address city.
Top
See Also