Price

data class Price(val basePrice: Double)

Represents the pricing information for a transaction.

Parameters

basePrice

The base price of the transaction.

Constructors

Link copied to clipboard
constructor(basePrice: Double)

Properties

Link copied to clipboard
@SerializedName(value = "basePrice")
val basePrice: Double