PartyBankAccountBankCode Property |
The code of the bank, usually the BIC code. [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string BankCode { get; set; }
Public Property BankCode As String
Get
Set
public:
property String^ BankCode {
String^ get ();
void set (String^ value);
}
member BankCode : string with get, set
Property Value
Type:
String
See Also