Search Results for

    Show / Hide Table of Contents

    Class MandateCustomer

    Inheritance
    object
    MandateCustomer
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.