public class TenderLineItem extends RetailTransactionLineItem
| Constructor and Description |
|---|
TenderLineItem() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
BigDecimal |
getCashbackamount() |
List<PaymentAuthorization> |
getPaymentauthorizations() |
Tender |
getTender() |
BigDecimal |
getTenderamount() |
String |
getTendertype() |
BigDecimal |
getTipamount() |
void |
setAmount(BigDecimal amount) |
void |
setCashbackamount(BigDecimal cashbackamount) |
void |
setPaymentauthorizations(List<PaymentAuthorization> paymentauthorizations) |
void |
setTender(Tender tender) |
void |
setTenderamount(BigDecimal tenderamount) |
void |
setTendertype(String tendertype) |
void |
setTipamount(BigDecimal tipamount) |
getBegindatetimestamp, getCustomerorderlineitem, getEnddatetimestamp, getLineitemnumber, getRetailtransactionlineitemtype, getTransactionuuid, getVoidflag, setBegindatetimestamp, setCustomerorderlineitem, setEnddatetimestamp, setLineitemnumber, setRetailtransactionlineitemtype, setTransactionuuid, setVoidflagpublic BigDecimal getAmount()
public void setAmount(BigDecimal amount)
amount - the amount to setpublic List<PaymentAuthorization> getPaymentauthorizations()
public void setPaymentauthorizations(List<PaymentAuthorization> paymentauthorizations)
paymentauthorizations - the paymentauthorizations to setpublic Tender getTender()
public void setTender(Tender tender)
tender - the tender to setpublic String getTendertype()
public void setTendertype(String tendertype)
tendertype - the tendertype to setpublic BigDecimal getTenderamount()
public void setTenderamount(BigDecimal tenderamount)
tenderamount - the tenderamount to setpublic BigDecimal getCashbackamount()
public void setCashbackamount(BigDecimal cashbackamount)
cashbackamount - the cashbackamount to setpublic BigDecimal getTipamount()
public void setTipamount(BigDecimal tipamount)
tipamount - the tipamount to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.