Ticketmaster Foundation
Toggle table of contents
3.7.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Ticketmaster Foundation
Ticketmaster Foundation
/
com.ticketmaster.foundation.entity.transaction
/
Price
Price
data
class
Price
(
val
basePrice
:
Double
)
Represents the pricing information for a transaction.
Parameters
base
Price
The base price of the transaction.
Members
Constructors
Price
Link copied to clipboard
constructor
(
basePrice
:
Double
)
Properties
base
Price
Link copied to clipboard
@
SerializedName
(
value
=
"basePrice"
)
val
basePrice
:
Double