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