public class ChargeOperation extends AbstractRealTimeDto
| Constructor and Description |
|---|
ChargeOperation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getChargesId() |
Long |
getOrderId() |
Integer |
getUnitPriceAmount() |
void |
setChargesId(Long chargesId) |
void |
setOrderId(Long orderId) |
void |
setUnitPriceAmount(Integer unitPriceAmount) |
toStringpublic Long getOrderId()
public void setOrderId(Long orderId)
public Long getChargesId()
public void setChargesId(Long chargesId)
public Integer getUnitPriceAmount()
public void setUnitPriceAmount(Integer unitPriceAmount)
Copyright © 2020. All rights reserved.