Class BankAccountBbanRefund
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Refund.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class BankAccountBbanRefund : BankAccountBban
Properties
BankCity
City of the bank to refund to
Declaration
public string BankCity { get; set; }
Property Value
Type | Description |
---|---|
string |
PatronymicName
Every Russian has three names: a first name, a patronymic, and a surname. The second name is a patronymic. Russian patronymic is a name derived from the father's first name by adding -ович/-евич (son of) for male, or -овна/-евна (daughter of) for females.
Declaration
public string PatronymicName { get; set; }
Property Value
Type | Description |
---|---|
string |
SwiftCode
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. 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 SwiftCode { get; set; }
Property Value
Type | Description |
---|---|
string |