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
Long getId()
setId
void setId(Long id)
getShortDescription
String getShortDescription()
setShortDescription
void setShortDescription(String shortDescription)
getDescription
String getDescription()
setDescription
void setDescription(String description)
getUnitPrice
BigDecimal getUnitPrice()
setUnitPrice
void setUnitPrice(BigDecimal unitPrice)
getQuantity
Long getQuantity()
setQuantity
void setQuantity(Long quantity)
getPaymentInfo
PaymentInfo getPaymentInfo()
setPaymentInfo
void setPaymentInfo(PaymentInfo paymentInfo)
getSystemId
String getSystemId()
setSystemId
void setSystemId(String systemId)
Copyright © 2012. All Rights Reserved.