APA POS SDK
Toggle table of contents
0.1.13
jvm
Platform filter
jvm
Switch theme
Search in API
APA POS SDK
APA POS SDK
/
com.abrantix.apa.sdk
/
TransactionRequest
/
TransactionRequest
Transaction
Request
@
JvmOverloads
constructor
(
amount
:
Amount
,
type
:
TransactionType
=
TransactionType.PURCHASE
,
cashbackAmount
:
Amount
?
=
null
,
pan
:
String
?
=
null
,
expiryDate
:
String
?
=
null
,
cvc2
:
String
?
=
null
,
salesId
:
String
?
=
null
,
transactionId
:
String
=
UUID.randomUUID().toString()
)