All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.global.api.terminals.upa.Entities.Enums.UpaMessageId Maven / Gradle / Ivy

There is a newer version: 14.2.3
Show newest version
package com.global.api.terminals.upa.Entities.Enums;

/**
 * Enum representing the different types of messages in the UPA system
 */
public enum UpaMessageId {
    Sale,
    Void,
    Refund,
    BalanceInquiry,
    CardVerify,
    TipAdjust,
    EODProcessing,
    CancelTransaction,
    Reboot,
    Reversal,
    LineItemDisplay,
    SendSAF,
    GetSAFReport,
    GetBatchReport,
    GetBatchDetails,
    GetOpenTabDetails,
    FindBatches,
    Ping,
    PreAuth,
    Restart,
    AuthCompletion,
    StartCardTransaction,
    GetSignature,
    DeleteSAF,
    RegisterPOS,
    GetAppInfo,
    ExecuteUDDataFile,
    InjectUDDataFile,
    GetConfigContents,
    MailOrder,
    ClearDataLake,
    SetTimeZone,
    SetDebugLevel,
    GetParam,
    GetDebugLevel,
    GetDebugInfo,
    BroadcastConfiguration,
    Scan,
    ReturnToIdle,
    LoadUDDataFile,
    RemoveUDDataFile,
    PrintData,
    AvailableBatches,
    DeletePreAuth;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy