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()
Long
public void setChargesId(Long value)
value
- allowed object is
Long
public Long getOrderId()
Long
public void setOrderId(Long value)
value
- allowed object is
Long
public Integer getUnitPriceAmount()
Integer
Copyright © 2021. All rights reserved.