Class TokenResult


  • public class TokenResult
    extends Result
    • Field Detail

      • requestID

        java.lang.String requestID
        Issued by the POS to identify a specific transaction
      • cardLanguageCode

        java.lang.String cardLanguageCode
        Language on the terminal used by the cardholder
      • trackingToken

        TrackingToken trackingToken
        Secure representation of a PAN used for Customer recognition and tracking
      • preAuthReference

        eu.ccvlab.mapi.core.payment.preAuthorisation.PreAuthReferenceRequest preAuthReference
        Data sent from the terminal after a PreAuthorisation that needs to be sent to the terminal with the CardFinancialAdvice
      • restrictionCodes

        java.util.List<java.lang.String> restrictionCodes
        List of elements that shows that delivery is restricted to the products shown in the list
      • suppressPrintVat

        boolean suppressPrintVat
        Indicates the receipt printed by the POS may not contain any VAT details like, VAT percentage, VAT detail amount nor VAT total amount
      • suppressPrintAmount

        boolean suppressPrintAmount
        Indicates the receipt printed by the POS may not contain any price details like unit price, subtotal or total amount
      • totalAmount

        Money totalAmount
        Amount to be paid.
    • Constructor Detail

      • TokenResult

        public TokenResult()
    • Method Detail

      • getRequestID

        public java.lang.String getRequestID()
      • getCardLanguageCode

        public java.lang.String getCardLanguageCode()
      • getPreAuthReference

        public eu.ccvlab.mapi.core.payment.preAuthorisation.PreAuthReferenceRequest getPreAuthReference()
      • getRestrictionCodes

        public java.util.List<java.lang.String> getRestrictionCodes()
      • isSuppressPrintVat

        public boolean isSuppressPrintVat()
      • isSuppressPrintAmount

        public boolean isSuppressPrintAmount()
      • getTotalAmount

        public Money getTotalAmount()