com.global.api.terminals.upa.Entities.Enums.UpaMessageId Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of globalpayments-sdk Show documentation
Show all versions of globalpayments-sdk Show documentation
API for processing payments through Global Payments
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;
}