Class BankDetails
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class BankDetails
Properties
BankAccountBban
Object that holds the Basic Bank Account Number (BBAN) data
Declaration
public BankAccountBban BankAccountBban { get; set; }
Property Value
Type | Description |
---|---|
BankAccountBban |
BankAccountIban
Object that holds the International Bank Account Number (IBAN) data
Declaration
public BankAccountIban BankAccountIban { get; set; }
Property Value
Type | Description |
---|---|
BankAccountIban |