toggle menu
Readers SDK
version 23.1.3
androidJvm
switch theme
search in API
model
/
com.mpos.payments.transaction.model
/
SDKMerchant
SDKMerchant
data
class
SDKMerchant
(
val
id
:
String
,
val
name
:
String
?
=
null
,
val
fiid
:
String
?
=
null
,
val
logicalNetwork
:
String
?
=
null
)
Information about the Merchant doing the transaction
Members
Constructors
SDKMerchant
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
?
=
null
,
fiid
:
String
?
=
null
,
logicalNetwork
:
String
?
=
null
)
Properties
fiid
Link copied to clipboard
val
fiid
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
logical
Network
Link copied to clipboard
val
logicalNetwork
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null