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
/
ExtendedSaleInfo
Extended
Sale
Info
data
class
ExtendedSaleInfo
(
val
fromAddress
:
String
,
val
toAddress
:
String
,
val
priceUsdCents
:
Int
,
val
transaction
:
String
,
val
marketplaceId
:
String
,
val
marketplaceName
:
String
)
Members
Constructors
Extended
Sale
Info
Link copied to clipboard
constructor
(
fromAddress
:
String
,
toAddress
:
String
,
priceUsdCents
:
Int
,
transaction
:
String
,
marketplaceId
:
String
,
marketplaceName
:
String
)
Properties
from
Address
Link copied to clipboard
val
fromAddress
:
String
marketplace
Id
Link copied to clipboard
val
marketplaceId
:
String
marketplace
Name
Link copied to clipboard
val
marketplaceName
:
String
price
Usd
Cents
Link copied to clipboard
val
priceUsdCents
:
Int
to
Address
Link copied to clipboard
val
toAddress
:
String
transaction
Link copied to clipboard
val
transaction
:
String