Class Creditor
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Token.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class CreditorProperties
AdditionalAddressInfo
Additional information about the creditor's address, like Suite II, Apartment 2a
Declaration
public string AdditionalAddressInfo { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
City
City of the creditor address
Declaration
public string City { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
CountryCode
ISO 3166-1 alpha-2 country code
Declaration
public string CountryCode { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
HouseNumber
House number of the creditor address
Declaration
public string HouseNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Iban
Creditor IBAN number
The IBAN is the International Bank Account Number. It is an internationally agreed format for the bank account number and includes the ISO country code and two check digits.
Declaration
public string Iban { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Id
Creditor identifier
Declaration
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Name
Name of the collecting creditor
Declaration
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ReferenceParty
Creditor type of the legal reference of the collecting entity
Declaration
public string ReferenceParty { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ReferencePartyId
Legal reference of the collecting creditor
Declaration
public string ReferencePartyId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Street
Street of the creditor address
Declaration
public string Street { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Zip
ZIP code of the creditor address
Declaration
public string Zip { get; set; }Property Value
| Type | Description | 
|---|---|
| string |