Class MandateCustomer
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Mandates.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class MandateCustomer
Properties
BankAccountIban
Object containing IBAN information
Declaration
public BankAccountIban BankAccountIban { get; set; }
Property Value
Type | Description |
---|---|
BankAccountIban |
CompanyName
Name of company, as a customer
Declaration
public string CompanyName { get; set; }
Property Value
Type | Description |
---|---|
string |
ContactDetails
Object containing contact details like email address and phone number
Declaration
public MandateContactDetails ContactDetails { get; set; }
Property Value
Type | Description |
---|---|
MandateContactDetails |
MandateAddress
Object containing billing address details
Declaration
public MandateAddress MandateAddress { get; set; }
Property Value
Type | Description |
---|---|
MandateAddress |
PersonalInformation
Object containing personal information of the customer
Declaration
public MandatePersonalInformation PersonalInformation { get; set; }
Property Value
Type | Description |
---|---|
MandatePersonalInformation |