ProductDetails
Ce contenu n’est pas encore disponible dans votre langue.
class ProductDetails
The purchase line item fields a campaign’s productScope can target. Build with Builder, or ProductDetails { } from Kotlin. Also returned by the SDK, on id.frak.sdk.rewards.BestReward.matchedProducts, hence equals/hashCode.
| Name | Summary |
|---|---|
| Builder | class Builder |
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| name | val name: String? |
| productId | val productId: String? |
| quantity | val quantity: Double? |
| sku | val sku: String? |
| totalPrice | val totalPrice: Double? |
| unitPrice | val unitPrice: Double? |
Functions
Section titled “Functions”| Name | Summary |
|---|---|
| equals | open operator override fun equals(other: Any?): Boolean |
| hashCode | open override fun hashCode(): Int |
| toString | open override fun toString(): String |