PhysicalProduct

Types

Link copied to clipboard

Properties

Link copied to clipboard
val code: String? = null

Merchant’s product identifier code

Link copied to clipboard
val desc: String? = null

Product description

Link copied to clipboard
val name: String? = null

Name of the product

Link copied to clipboard
val quantity: Int? = null

Product quantity

Link copied to clipboard
open val sdkType: String
Link copied to clipboard
open val sdkVersion: String
Link copied to clipboard
val sku: String? = null

Product stock keeping unit

Link copied to clipboard
val type: String? = null

Type of product, such as electronic, handling, physical, service, or shipping

Link copied to clipboard
val unitPrice: Double? = null

Product unit price

Link copied to clipboard
val url: String? = null

Product url

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)