public interface BundleOrderItemFeePrice extends Serializable
| Modifier and Type | Method and Description |
|---|---|
BundleOrderItemFeePrice |
clone() |
Money |
getAmount() |
BundleOrderItem |
getBundleOrderItem() |
Long |
getId() |
String |
getName() |
String |
getReportingCode() |
Boolean |
isTaxable() |
void |
setAmount(Money amount) |
void |
setBundleOrderItem(BundleOrderItem bundleOrderItem) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setReportingCode(String reportingCode) |
void |
setTaxable(Boolean isTaxable) |
Long getId()
void setId(Long id)
BundleOrderItem getBundleOrderItem()
void setBundleOrderItem(BundleOrderItem bundleOrderItem)
Money getAmount()
void setAmount(Money amount)
String getName()
void setName(String name)
Boolean isTaxable()
void setTaxable(Boolean isTaxable)
String getReportingCode()
void setReportingCode(String reportingCode)
BundleOrderItemFeePrice clone()
Copyright © 2014. All Rights Reserved.