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+2c50a58dd893fc2b9c4be24260912c6e67d21563
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