Shipping

Shipping information

Types

Link copied to clipboard

Properties

Link copied to clipboard
val address: Address? = null
Link copied to clipboard
val email: String? = null

Email address of the customer

Link copied to clipboard
val firstName: String? = null

First name of the recipient

Link copied to clipboard
val lastName: String? = null

Last name of the recipient

Link copied to clipboard
val phoneNumber: String? = null

Phone number of the recipient

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

Shipping method for the product

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)