SelectedAddress

class SelectedAddress(val city: String, val state: String, val postalCode: String, val country: String) : Parcelable

Describes the address selected by the customer.

Constructors

Link copied to clipboard
constructor(city: String, state: String, postalCode: String, country: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)