Class CompanyInformation
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class CompanyInformation
Properties
Name
Name of company, as a customer
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VatNumber
Local VAT number of the company
Declaration
public string VatNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |