org.broadleafcommerce.core.payment.domain
Interface AmountItem
- All Known Implementing Classes:
- AmountItemImpl
public interface AmountItem
This class is useful if you wish to delineate in the paymentinfo
the various components that make up the total being charged. This
is optional and not all payment modules support.
- Author:
- jfischer
getId
java.lang.Long getId()
setId
void setId(java.lang.Long id)
getShortDescription
java.lang.String getShortDescription()
setShortDescription
void setShortDescription(java.lang.String shortDescription)
getDescription
java.lang.String getDescription()
setDescription
void setDescription(java.lang.String description)
getUnitPrice
java.math.BigDecimal getUnitPrice()
setUnitPrice
void setUnitPrice(java.math.BigDecimal unitPrice)
getQuantity
java.lang.Long getQuantity()
setQuantity
void setQuantity(java.lang.Long quantity)
getPaymentInfo
PaymentInfo getPaymentInfo()
setPaymentInfo
void setPaymentInfo(PaymentInfo paymentInfo)
Copyright © 2012. All Rights Reserved.