public class ReserveCreditCommand extends Object implements com.networknt.tram.command.common.Command
| Constructor and Description |
|---|
ReserveCreditCommand() |
ReserveCreditCommand(Long customerId,
Long orderId,
Money orderTotal) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCustomerId() |
Long |
getOrderId() |
Money |
getOrderTotal() |
void |
setCustomerId(long customerId) |
void |
setOrderId(Long orderId) |
void |
setOrderTotal(Money orderTotal) |
Copyright © 2020. All rights reserved.