toggle menu
Ansa-Android-SDK
common
switch theme
search in API
customer-public
/
dev.ansa.kmp.customer.transactions
/
TransactionResult
Transaction
Result
data
class
TransactionResult
(
val
nextCursor
:
String
?
=
null
,
val
transactions
:
List
<
Transaction
>
)
Result container for
Transaction
that also include the
nextCursor
Members
Constructors
Transaction
Result
Link copied to clipboard
constructor
(
nextCursor
:
String
?
=
null
,
transactions
:
List
<
Transaction
>
)
Properties
next
Cursor
Link copied to clipboard
val
nextCursor
:
String
?
=
null
transactions
Link copied to clipboard
val
transactions
:
List
<
Transaction
>