PartyBankAccountBankBranchName Property |
The name of the branch office of the bank, where the account is located. Required (not-null) only for own accounts for printing or exporting bank payments.
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic MultilanguageString BankBranchName { get; set; }
Public Property BankBranchName As MultilanguageString
Get
Set
public:
property MultilanguageString^ BankBranchName {
MultilanguageString^ get ();
void set (MultilanguageString^ value);
}
member BankBranchName : MultilanguageString with get, set
Property Value
Type:
MultilanguageString
See Also