public interface CreditAccountCustomer
Modifier and Type | Method and Description |
---|---|
List<CustomerCreditAccount> |
getCreditAccounts()
Gets the list of CustomerCreditAccounts
|
void |
setCreditAccounts(List<CustomerCreditAccount> accounts)
Sets the list of CustomerCreditAccounts
|
void setCreditAccounts(List<CustomerCreditAccount> accounts)
accounts
- List<CustomerCreditAccount> getCreditAccounts()
Copyright © 2019. All rights reserved.