public class CreditProfile extends Object implements Serializable
CreditProfile is a dummy finance profile for a customer| Constructor and Description |
|---|
CreditProfile() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCreditHistory() |
int |
getCreditScore() |
void |
setCreditHistory(int creditHistory) |
void |
setCreditScore(int creditScore) |
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.