Class Swift
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Services.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class Swift
Properties
Bic
The BIC is the Business Identifier Code, also known as SWIFT or Bank Identifier code. It is a code with an internationally agreed format to Identify a specific bank or even branch. The BIC contains 8 or 11 positions: the first 4 contain the bank code, followed by the country code and location code.
Declaration
public string Bic { get; set; }
Property Value
Type | Description |
---|---|
string |
Category
SWIFT category
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
ChipsUID
Clearing House Interbank Payments System (CHIPS) UID
CHIPS is one half of the primary US network of large-value domestic and international payments.
Declaration
public string ChipsUID { get; set; }
Property Value
Type | Description |
---|---|
string |
ExtraInfo
SWIFT extra information
Declaration
public string ExtraInfo { get; set; }
Property Value
Type | Description |
---|---|
string |
PoBoxCountry
Institution PO Box country
Declaration
public string PoBoxCountry { get; set; }
Property Value
Type | Description |
---|---|
string |
PoBoxLocation
Institution PO Box location
Declaration
public string PoBoxLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
PoBoxNumber
Institution PO Box number
Declaration
public string PoBoxNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
PoBoxZip
Institution PO Box ZIP
Declaration
public string PoBoxZip { get; set; }
Property Value
Type | Description |
---|---|
string |
RoutingBic
Payment routing BIC
Declaration
public string RoutingBic { get; set; }
Property Value
Type | Description |
---|---|
string |
Services
SWIFT services
Declaration
public string Services { get; set; }
Property Value
Type | Description |
---|---|
string |