Dokka MultiModule Example
androidJvm
pos-core
/
su.ips.pos_core.api_parts.models
/
Response
Response
class
Response
Members
Constructors
Response
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Merchant
Id
Link copied to clipboard
fun
getMerchantId
(
)
:
String
get
Response
Tag
Link copied to clipboard
fun
getResponseTag
(
)
:
BasicTag
get
RRN
Link copied to clipboard
fun
getRRN
(
)
:
String
get
Tag
Link copied to clipboard
fun
getTag
(
type
:
TagType
)
:
BasicTag
get
Terminal
Id
Link copied to clipboard
fun
getTerminalId
(
)
:
String
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean
is
Successful
Link copied to clipboard
fun
isSuccessful
(
)
:
Boolean
Properties
all
Tags
Link copied to clipboard
val
allTags
:
ArrayList
<
BasicTag
>