radattribution-sdk-android / com.rakuten.attribution.sdk / ContentItem
data class ContentItem
A class that represents purchased item info
| Name | Summary |
|---|---|
| <init> | ContentItem(sku: String?, price: Double?, productName: String?, quantity: Int?)A class that represents purchased item info |
| Name | Summary |
|---|---|
| price | val price: Double? |
| productName | val productName: String? |
| quantity | val quantity: Int? |
| sku | val sku: String? |