Class PaySelect.BankInfo

  • Enclosing class:
    PaySelect

    public static class PaySelect.BankInfo
    extends Object
    Bank Account Info
    • 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 -
    • Method Detail