public class PriceInfo extends Object
| Constructor and Description |
|---|
PriceInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChargeType() |
String |
getChargeUnit() |
String |
getCurrency() |
Double |
getUnitPrice() |
PriceInfo |
setChargeType(String chargeType) |
PriceInfo |
setChargeUnit(String chargeUnit) |
PriceInfo |
setCurrency(String currency) |
PriceInfo |
setUnitPrice(Double unitPrice) |
String |
toString() |
Copyright © 2026. All rights reserved.