Search Results for

    Show / Hide Table of Contents

    Class LoanRecipient

    Inheritance
    object
    LoanRecipient
    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.Payment.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    [Obsolete("No replacement")]
    public class LoanRecipient

    Properties

    AccountNumber

    Should be filled with the last 10 digits of the bank account number of the recipient of the loan.

    Declaration
    [Obsolete("No replacement")]
    public string AccountNumber { get; set; }
    Property Value
    Type Description
    string

    DateOfBirth

    The date of birth of the customer of the recipient of the loan.
    Format: YYYYMMDD

    Declaration
    [Obsolete("No replacement")]
    public string DateOfBirth { get; set; }
    Property Value
    Type Description
    string

    PartialPan

    Should be filled with the first 6 and last 4 digits of the PAN number of the recipient of the loan.

    Declaration
    [Obsolete("No replacement")]
    public string PartialPan { get; set; }
    Property Value
    Type Description
    string

    Surname

    Surname of the recipient of the loan.

    Declaration
    [Obsolete("No replacement")]
    public string Surname { get; set; }
    Property Value
    Type Description
    string

    Zip

    Zip code of the recipient of the loan

    Declaration
    [Obsolete("No replacement")]
    public string Zip { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.