Readers SDK
Toggle table of contents
version 28.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readers SDK
model
/
com.mpos.payments.transaction.model
/
SDKV1Merchant
SDKV1Merchant
data
class
SDKV1Merchant
(
val
id
:
String
,
val
name
:
String
?
=
null
,
val
fiid
:
String
?
=
null
,
val
logicalNetwork
:
String
?
=
null
)
Information about the Merchant doing the transaction
Members
Constructors
SDKV1Merchant
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
?
id
Link copied to clipboard
val
id
:
String
logical
Network
Link copied to clipboard
val
logicalNetwork
:
String
?
name
Link copied to clipboard
val
name
:
String
?