Class CustomerBase
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class CustomerBase
Properties
CompanyInformation
Object containing company information
Declaration
public CompanyInformation CompanyInformation { get; set; }
Property Value
Type | Description |
---|---|
CompanyInformation |
MerchantCustomerId
Your identifier for the customer. It can be used as a search criteria in the GlobalCollect Payment Console and is also included in the GlobalCollect report files. It is used in the fraud-screening process for payments on the Ogone Payment Platform.
Declaration
public string MerchantCustomerId { get; set; }
Property Value
Type | Description |
---|---|
string |
VatNumber
Local VAT number of the company
Declaration
[Obsolete("Use companyInformation.vatNumber instead")]
public string VatNumber { get; set; }
Property Value
Type | Description |
---|---|
string |