paaslibrary
paaslibrary
/
se.westpay.paaslib.service
/
GenericResponse
Generic
Response
open
class
GenericResponse
(
success
:
Boolean
=
false
,
errorMessage
:
String
=
""
)
A basic response that indicates success or failure of an operation.
Constructors
Functions
Inheritors
Constructors
Generic
Response
Link copied to clipboard
fun
GenericResponse
(
success
:
Boolean
=
false
,
errorMessage
:
String
=
""
)
Functions
get
Error
Message
Link copied to clipboard
fun
getErrorMessage
(
)
:
String
is
Success
Link copied to clipboard
fun
isSuccess
(
)
:
Boolean
set
Error
Message
Link copied to clipboard
fun
setErrorMessage
(
errorMessage
:
String
)
set
Success
Link copied to clipboard
fun
setSuccess
(
success
:
Boolean
)
Inheritors
InitialisationResponse
Link copied to clipboard
TerminalStatusResponse
Link copied to clipboard
CustomCardResponse
Link copied to clipboard
TransactionResponse
Link copied to clipboard