Click or drag to resize

AccountTiny Class

Represents a tiny fraction of information in an Account.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIAccountTiny

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

The AccountTiny type exposes the following members.

Constructors
 NameDescription
Public methodAccountTinyInitializes a new instance of the AccountTiny class
Top
Properties
 NameDescription
Public propertyGUID Unique identifier for the Account.
Public propertyName Account name.
Public propertyNumber Account number.
Public propertyVatNumber VAT number for the company.
Top
Remarks
An account represents only part of the data contained in a Visma Severa account. See Company for the rest of the account data.
See Also