TriggerParameter

@Serializable
data class TriggerParameter(val fieldId: Int, val frameId: String? = null, val card: Autofill.CreditCard)

Constructors

Link copied to clipboard
constructor(fieldId: Int, frameId: String? = null, card: Autofill.CreditCard)

Properties

Link copied to clipboard

Credit card information to fill out the form. Credit card data is not saved.

Link copied to clipboard

Identifies a field that serves as an anchor for autofill.

Link copied to clipboard
val frameId: String? = null

Identifies the frame that field belongs to.