Class TokenResult
java.lang.Object
eu.ccvlab.mapi.core.Result
eu.ccvlab.mapi.core.api.response.result.TokenResult
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) eu.ccvlab.mapi.core.payment.preAuthorisation.PreAuthReferenceRequest
Data sent from the terminal after a PreAuthorisation that needs to be sent to the terminal with the CardFinancialAdviceList of elements that shows that delivery is restricted to the products shown in the list(package private) boolean
Indicates the receipt printed by the POS may not contain any price details like unit price, subtotal or total amount(package private) boolean
Indicates the receipt printed by the POS may not contain any VAT details like, VAT percentage, VAT detail amount nor VAT total amount(package private) Money
Amount to be paid.Fields inherited from class eu.ccvlab.mapi.core.Result
accounts, ageVerification, authorisationResponse, cardCircuits, cardLanguageCode, cashbackPossible, displayResponse, elmeVersionInfo, eReceiptUrl, errorCode, errorText, flexoParameters, hashData, merchantReferenceNumber, oamServerApplications, openPreAuthorisations, passwordCheck, passwordLevel, paymentAuthenticationDetails, reconciliationResponse, regularCustomer, requestID, requestTypes, serialNumber, state, terminalConfiguration, terminalId, timestamp, trackingToken, transactionDeclineInformation, transactionOverview, tunnelResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneu.ccvlab.mapi.core.payment.preAuthorisation.PreAuthReferenceRequest
boolean
boolean
Methods inherited from class eu.ccvlab.mapi.core.Result
resultState
-
Field Details
-
preAuthReference
eu.ccvlab.mapi.core.payment.preAuthorisation.PreAuthReferenceRequest preAuthReferenceData sent from the terminal after a PreAuthorisation that needs to be sent to the terminal with the CardFinancialAdvice -
restrictionCodes
List of elements that shows that delivery is restricted to the products shown in the list -
suppressPrintVat
boolean suppressPrintVatIndicates the receipt printed by the POS may not contain any VAT details like, VAT percentage, VAT detail amount nor VAT total amount -
suppressPrintAmount
boolean suppressPrintAmountIndicates the receipt printed by the POS may not contain any price details like unit price, subtotal or total amount -
totalAmount
Money totalAmountAmount to be paid.
-
-
Constructor Details
-
TokenResult
public TokenResult()
-
-
Method Details
-
getRequestID
-
getCardLanguageCode
-
getAuthorisationResponse
-
getTrackingToken
-
getPreAuthReference
public eu.ccvlab.mapi.core.payment.preAuthorisation.PreAuthReferenceRequest getPreAuthReference() -
getRestrictionCodes
-
isSuppressPrintVat
public boolean isSuppressPrintVat() -
isSuppressPrintAmount
public boolean isSuppressPrintAmount() -
getTotalAmount
-