public static class CreditApplicationWorkflow.CreditApplication extends Object
Modifier and Type | Field and Description |
---|---|
BigDecimal |
amount |
String |
customerId |
boolean |
simulation |
Constructor and Description |
---|
CreditApplication() |
CreditApplication(String customerId,
BigDecimal amount) |
public String customerId
public BigDecimal amount
public boolean simulation
public CreditApplication()
public CreditApplication(String customerId, BigDecimal amount)
Copyright © 2014–2017 Nitor Creations. All rights reserved.