Class LoanRecipient
Inherited Members
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 |