Class TrustlyBankAccount
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class TrustlyBankAccount
Properties
AccountLastDigits
The last digits of the account number
Declaration
public string AccountLastDigits { get; set; }
Property Value
Type | Description |
---|---|
string |
BankName
The name of the bank
Declaration
public string BankName { get; set; }
Property Value
Type | Description |
---|---|
string |
Clearinghouse
The country of the clearing house
Declaration
public string Clearinghouse { get; set; }
Property Value
Type | Description |
---|---|
string |
PersonIdentificationNumber
The ID number of the account holder
Declaration
public string PersonIdentificationNumber { get; set; }
Property Value
Type | Description |
---|---|
string |