Package org.compiere.apps.form
Class PaySelect.BankInfo
- java.lang.Object
-
- org.compiere.apps.form.PaySelect.BankInfo
-
-
Field Summary
Fields Modifier and Type Field Description BigDecimal
Balance
String
Currency
-
Constructor Summary
Constructors Constructor Description BankInfo(int newC_BankAccount_ID, int newC_Currency_ID, String newName, String newCurrency, BigDecimal newBalance, boolean newTransfers)
BankInfo
-
-
-
Field Detail
-
Currency
public String Currency
-
Balance
public BigDecimal Balance
-
-
Constructor Detail
-
BankInfo
public BankInfo(int newC_BankAccount_ID, int newC_Currency_ID, String newName, String newCurrency, BigDecimal newBalance, boolean newTransfers)
BankInfo- Parameters:
newC_BankAccount_ID
-newC_Currency_ID
-newName
-newCurrency
-newBalance
-newTransfers
-
-
-