public class ChargeOperation extends AbstractRealTimeDto implements Serializable
Java class for chargeOperation complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Long |
chargesId |
protected Long |
orderId |
protected Integer |
unitPriceAmount |
| Constructor and Description |
|---|
ChargeOperation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getChargesId()
Gets the value of the chargesId property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
Integer |
getUnitPriceAmount()
Gets the value of the unitPriceAmount property.
|
void |
setChargesId(Long value)
Sets the value of the chargesId property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setUnitPriceAmount(Integer value)
Sets the value of the unitPriceAmount property.
|
protected Long chargesId
protected Long orderId
protected Integer unitPriceAmount
public Long getChargesId()
Longpublic void setChargesId(Long value)
value - allowed object is
Longpublic Long getOrderId()
Longpublic void setOrderId(Long value)
value - allowed object is
Longpublic Integer getUnitPriceAmount()
IntegerCopyright © 2021. All rights reserved.