PinEvent¶
-
public class
PinEvent
¶ Sent when Pin request is received from terminal
Fields¶
TYPE¶
Methods¶
getCardholderPin¶
-
public CardholderPin
getCardholderPin
()¶ Get the encrypted PIN
getEventId¶
-
public String
getEventId
()¶ Returns the event ID associated with this event. Useful for matching the event received by the listener to the original status returned when issuing the call, for example, calling
com.verifone.commerce.payment.TransactionManager.reprintReceipt(Payment)
returns a CommerceEvent containing an event ID, which will match the event ID received by the CommerceListener when the receipt reprint is complete.
getMessage¶
getSessionId¶
getStatus¶
-
public int
getStatus
()¶ Get the status for this particular event. A status of 0 means success, any other status is a failure.