|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides payment information needed to tender a point-of-sale transaction.
A PaymentRequest
contains the payment information
used to perform tendering on the point-of-sale system.
Method Summary | |
---|---|
com.ibm.retail.saf.provider.PaymentInfo |
getPaymentInformation()
Gets the payment information provided for tendering the transaction at the point-of-sale. |
void |
setPaymentInformation(com.ibm.retail.saf.provider.PaymentInfo payment)
Sets the payment information provided for tendering the transaction at the point-of-sale. |
Methods inherited from interface com.ibm.retail.saf.provider.POSRequest |
---|
getClientID, getRequestIdentifier |
Methods inherited from interface com.ibm.retail.saf.provider.POSInfo |
---|
getExtendedAttribute, getExtendedAttributeNames, removeExtendedAttribute, setExtendedAttribute |
Method Detail |
public void setPaymentInformation(com.ibm.retail.saf.provider.PaymentInfo payment)
payment
- payment informationpublic com.ibm.retail.saf.provider.PaymentInfo getPaymentInformation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |