|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining operations for a Sales Audit tender wrapper object. The tender export object is used within the sales audit transaction conversion process to build tender (Payment) elements for a transaction.
Method Summary | |
void |
addSalesAuditExportAmount(Money used)
|
Money |
getAmount()
Return the amount of the tender (payment). |
java.lang.String |
getPaymentId()
Return a unique identifier that can be used for the tender as its paymentId attribute. |
java.lang.String |
getPaymentType()
Return the payment element type identifier for the tender. |
java.lang.String |
getRedemptionTenderTypeGroup()
Return the tender type group identifier for the tender for redemption tender on Sale transaction. |
java.lang.String |
getRedemptionTenderTypeId()
Return the tender type identifier for the tender. |
java.lang.String |
getRefundTenderTypeGroup()
Return the tender type group identifier for the tender for a refund tender on PaidOut transaction. |
java.lang.String |
getRefundTenderTypeId()
Return the tender type identifier for the tender for a refund tender on PaidOut transaction. |
Money |
getSalesAuditExportAmount()
|
java.lang.String |
getTenderTypeGroup()
Return the tender type group identifier for the tender. |
java.lang.String |
getTenderTypeId()
Return the tender type identifier for the tender. |
Method Detail |
public Money getAmount() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getPaymentId() throws SystemException
SystemException
public java.lang.String getPaymentType() throws SystemException
SystemException
SaePayment
public java.lang.String getTenderTypeGroup() throws SystemException
SystemException
TenderTypeGroup
public java.lang.String getTenderTypeId() throws SystemException
SystemException
TenderType
public java.lang.String getRedemptionTenderTypeGroup() throws SystemException
SystemException
TenderTypeGroup
public java.lang.String getRedemptionTenderTypeId() throws SystemException
SystemException
TenderType
public java.lang.String getRefundTenderTypeGroup() throws SystemException
SystemException
TenderTypeGroup
public java.lang.String getRefundTenderTypeId() throws SystemException
SystemException
TenderType
public Money getSalesAuditExportAmount() throws SystemException
SystemException
public void addSalesAuditExportAmount(Money used) throws SystemException
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |