rm-kotlin-sdk
/
io.revenuemonster.sdk.model.request
/
QuickPayRequest
common
Quick
Pay
Request
data class
QuickPayRequest
(authCode:
String
, order:
Order
, extraInfo:
ExtraInfo
?, ipAddress:
String
, terminalId:
String
, storeId:
String
)
Content copied to clipboard
Properties
Properties
authCode
Link copied to clipboard
common
val
authCode
:
String
Content copied to clipboard
extraInfo
Link copied to clipboard
common
val
extraInfo
:
ExtraInfo
? = null
Content copied to clipboard
ipAddress
Link copied to clipboard
common
val
ipAddress
:
String
Content copied to clipboard
order
Link copied to clipboard
common
val
order
:
Order
Content copied to clipboard
storeId
Link copied to clipboard
common
val
storeId
:
String
Content copied to clipboard
terminalId
Link copied to clipboard
common
val
terminalId
:
String
Content copied to clipboard