toggle menu
App2AppSDK
jvm
switch theme
search in API
protocol-retailer
/
pl.novelpay.retailer.message.response.admin
/
RetailerAdminResponseExtensionData
Retailer
Admin
Response
Extension
Data
data
class
RetailerAdminResponseExtensionData
(
val
action
:
String
,
val
success
:
Boolean
,
val
merchantID
:
String
?
=
null
,
val
terminalID
:
String
?
=
null
,
val
merchantName
:
String
?
=
null
,
val
location
:
String
?
=
null
,
val
serialNumber
:
String
?
=
null
,
val
errorMessage
:
String
?
=
null
)
Members
Constructors
Retailer
Admin
Response
Extension
Data
Link copied to clipboard
constructor
(
action
:
String
,
success
:
Boolean
,
merchantID
:
String
?
=
null
,
terminalID
:
String
?
=
null
,
merchantName
:
String
?
=
null
,
location
:
String
?
=
null
,
serialNumber
:
String
?
=
null
,
errorMessage
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
action
Link copied to clipboard
val
action
:
String
error
Message
Link copied to clipboard
val
errorMessage
:
String
?
=
null
location
Link copied to clipboard
val
location
:
String
?
=
null
merchant
ID
Link copied to clipboard
val
merchantID
:
String
?
=
null
merchant
Name
Link copied to clipboard
val
merchantName
:
String
?
=
null
serial
Number
Link copied to clipboard
val
serialNumber
:
String
?
=
null
success
Link copied to clipboard
val
success
:
Boolean
terminal
ID
Link copied to clipboard
val
terminalID
:
String
?
=
null
Functions
to
RTRAdmin
Response
Extension
Data
Link copied to clipboard
fun
toRTRAdminResponseExtensionData
(
)
:
RTRAdminResponseExtensionData