Dokka MultiModule Example
androidJvm
pos-core
/
su.ips.pos_core.core_parts.reader_functions
Package-level
declarations
Types
Functions
Types
Post
Manager
Link copied to clipboard
class
PostManager
(
context
:
Context
,
client
:
Client
,
updateManager
:
UpdateManager
,
historyManager
:
HistoryManager
)
Functions
beep
Link copied to clipboard
suspend
fun
beep
(
)
get
Credentials
Link copied to clipboard
fun
PaymentCore
.
getCredentials
(
)
:
String
get
Kit
Settings
Link copied to clipboard
suspend
fun
PaymentCore
.
getKitSettings
(
)
get
Md5
Link copied to clipboard
fun
getMd5
(
str
:
String
)
:
String
get
Receipt
Data
By
Invoice
Link copied to clipboard
suspend
fun
PaymentCore
.
getReceiptDataByInvoice
(
invoice
:
String
)
:
ReceiptData
?
get
Yarus
Protocol
Data
By
Ern
Link copied to clipboard
suspend
fun
PaymentCore
.
getYarusProtocolDataByErn
(
ern
:
String
)
:
YaFinOperationResponse
?
get
Yarus
Protocol
Data
By
Invoice
Link copied to clipboard
suspend
fun
PaymentCore
.
getYarusProtocolDataByInvoice
(
invoice
:
String
)
:
YaFinOperationResponse
?
Hexto
ASCII
Link copied to clipboard
fun
String
.
HextoASCII
(
)
:
String
logout
Link copied to clipboard
fun
PaymentCore
.
logout
(
)
post
Sms
Link copied to clipboard
suspend
fun
PaymentCore
.
postSms
(
phoneNumber
:
String
,
invoice
:
String
)
:
Boolean
ya
Logon
Link copied to clipboard
fun
PaymentCore
.
yaLogon
(
request
:
YaLogonRequest
)
ya
Purchase
Link copied to clipboard
suspend
fun
PaymentCore
.
yaPurchase
(
request
:
YaFinOperationRequest
)
ya
Refund
Link copied to clipboard
suspend
fun
PaymentCore
.
yaRefund
(
yaRequest
:
YaFinOperationRequest
)
ya
Void
Link copied to clipboard
suspend
fun
PaymentCore
.
yaVoid
(
yaRequest
:
YaFinOperationRequest
)