public class Customer extends Object
| Constructor and Description |
|---|
Customer() |
Customer(String name,
Money creditLimit) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
void |
reserveCredit(Long orderId,
Money orderTotal) |
void |
setId(Long id) |
Copyright © 2020. All rights reserved.