Class PayoutCustomer
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payout.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class PayoutCustomer
Properties
Address
Object containing address details
Declaration
public Address Address { get; set; }
Property Value
Type | Description |
---|---|
Address |
CompanyInformation
Object containing company information
Declaration
public CompanyInformation CompanyInformation { get; set; }
Property Value
Type | Description |
---|---|
CompanyInformation |
ContactDetails
Object containing contact details like email address and phone number
Declaration
public ContactDetailsBase ContactDetails { get; set; }
Property Value
Type | Description |
---|---|
ContactDetailsBase |
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 |
Name
Object containing PersonalName object
Declaration
public PersonalName Name { get; set; }
Property Value
Type | Description |
---|---|
PersonalName |