CouponImageFormats

data class CouponImageFormats(val contentType: String, val width: Int?, val height: Int?, val size: String, val url: String) : Parcelable

Constructors

Link copied to clipboard
constructor(contentType: String, width: Int?, height: Int?, size: String, url: String)

Properties

Link copied to clipboard
Link copied to clipboard
val height: Int?
Link copied to clipboard
Link copied to clipboard
val url: String
Link copied to clipboard
val width: Int?

Functions

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