Method and Description |
---|
se.westpay.posapplib.CardPaymentData.getApprovalCode()
Use getAuthorisingData().getApprovalCode() instead.
|
se.westpay.posapplib.CardPaymentData.getAuthorisationMethod()
Use getAuthorisationData().getAuthorisingChannel() instead.
|
se.westpay.posapplib.CardPaymentData.getAuthorisingEntity()
Use getAuthorisationData().getAuthorisingEntity() instead.
|
Enum Constant and Description |
---|
se.westpay.posapplib.TransactionError.CARD_HAS_EXPIRED
As of version 1.2.0 this value is no longer used.
See
TransactionError.INVALID_CARD instead. |
se.westpay.posapplib.PaymentFeatures.EMPTY_TIP
Since version 1.7, this should not be used. Instead, use the tipping
options in
PurchaseRequest . |
se.westpay.posapplib.CardType.PaymentWithBonus
This kind of card is not supported by the terminal. It was included for
historical reasons only, and it will be removed in later releases.
|
se.westpay.posapplib.PaymentFeatures.TIPPING
Since version 1.7, this should not be used. Instead, use the tipping
options in
PurchaseRequest . |
se.westpay.posapplib.PaymentFeatures.WAIT_FOR_CARD_REMOVAL
This value is not used.
|