PdfFrame

data class PdfFrame(val descriptor: ParcelFileDescriptor, val frameIndex: Int, val countryCode: String = Country.UNITED_STATES.isoCode(), val blinkReceiptId: String = IdGenerator().id(), val bannerId: Int = Retailer.UNKNOWN.bannerId(), val returnVoidedProducts: Boolean = false, val returnSubProducts: Boolean = false, val filterSensitiveData: Boolean = false)

Constructors

Link copied to clipboard
constructor(descriptor: ParcelFileDescriptor, frameIndex: Int, countryCode: String = Country.UNITED_STATES.isoCode(), blinkReceiptId: String = IdGenerator().id(), bannerId: Int = Retailer.UNKNOWN.bannerId(), returnVoidedProducts: Boolean = false, returnSubProducts: Boolean = false, filterSensitiveData: Boolean = false)

Properties

Link copied to clipboard
@get:JvmName(name = "bannerId")
val bannerId: Int
Link copied to clipboard
@get:JvmName(name = "blinkReceiptId")
val blinkReceiptId: String
Link copied to clipboard
@get:JvmName(name = "countryCode")
val countryCode: String
Link copied to clipboard
@get:JvmName(name = "descriptor")
val descriptor: ParcelFileDescriptor
Link copied to clipboard
@get:JvmName(name = "filterSensitiveData")
val filterSensitiveData: Boolean
Link copied to clipboard
@get:JvmName(name = "frameIndex")
val frameIndex: Int
Link copied to clipboard
@get:JvmName(name = "returnSubProducts")
val returnSubProducts: Boolean
Link copied to clipboard
@get:JvmName(name = "returnVoidedProducts")
val returnVoidedProducts: Boolean