Class Bill
java.lang.Object
de.hybris.platform.sap.saprevenuecloudorder.pojo.v2.Bill
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCharges(List<Charge> charges) voidsetCustomReferences(List<CustomReferencesItem> customReferences) voidsetGrossAmount(GrossAmount grossAmount) voidsetGroupingElement(String groupingElement) voidsetNetAmount(NetAmount netAmount) voidsetProduct(Product product) voidsetRatePlan(RatePlan ratePlan) voidsetSubscription(Subscription subscription) voidsetTaxAmount(TaxAmount taxAmount) voidsetTaxDetails(List<TaxDetail> taxDetails)
-
Constructor Details
-
Bill
public Bill()
-
-
Method Details
-
setRatePlan
-
getRatePlan
-
setProduct
-
getProduct
-
setCharges
-
getCharges
-
setTaxDetails
-
getTaxDetails
-
setNetAmount
-
getNetAmount
-
setSubscription
-
getSubscription
-
setGrossAmount
-
getGrossAmount
-
setTaxAmount
-
getTaxAmount
-
setGroupingElement
-
getGroupingElement
-
setCustomReferences
-
getCustomReferences
-