Class TokenResult
java.lang.Object
eu.ccvlab.mapi.core.Result
eu.ccvlab.mapi.core.api.response.result.TokenResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of elements that shows that delivery is restricted to the products shown in the list(package private) booleanIndicates the receipt printed by the POS may not contain any price details like unit price, subtotal or total amount(package private) booleanIndicates the receipt printed by the POS may not contain any VAT details like, VAT percentage, VAT detail amount nor VAT total amount(package private) MoneyAmount to be paid.Fields inherited from class eu.ccvlab.mapi.core.Result
accounts, ageVerification, authorisationResponse, cardCircuits, cardLanguageCode, cashbackPossible, displayResponse, elmeVersionInfo, eReceiptUrl, errorCode, errorText, flexoParameters, flexoResponse, hashData, hostCorrelationID, merchantReferenceNumber, oamServerApplications, openPreAuthorisations, originalHeader, passwordCheck, passwordLevel, paymentAuthenticationDetails, posCorrelationID, preAuthReference, privateDataResponse, reconciliationResponse, regularCustomer, requestId, requestTypes, serialNumber, state, terminalConfiguration, terminalId, timestamp, tokenItem, trackingToken, transactionDeclineInformation, transactionOverview, tunnelResponse -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneu.ccvlab.mapi.core.payment.preAuthorisation.PreAuthReferenceRequestbooleanbooleanMethods inherited from class eu.ccvlab.mapi.core.Result
resultState
-
Field Details
-
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
-