Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.api.data.ntfassetsbychain
/
Owner
Owner
data
class
Owner
(
val
ownerAddress
:
String
,
val
quantity
:
Int
,
val
firstAcquiredDate
:
String
,
val
lastAcquiredDate
:
String
)
Members
Constructors
Owner
Link copied to clipboard
constructor
(
ownerAddress
:
String
,
quantity
:
Int
,
firstAcquiredDate
:
String
,
lastAcquiredDate
:
String
)
Properties
first
Acquired
Date
Link copied to clipboard
val
firstAcquiredDate
:
String
last
Acquired
Date
Link copied to clipboard
val
lastAcquiredDate
:
String
owner
Address
Link copied to clipboard
val
ownerAddress
:
String
quantity
Link copied to clipboard
val
quantity
:
Int