PinOffset

data class PinOffset(val value: String) : PinData

The PIN offset value.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this PinData as a PinOffset and retrieves its kotlin.String value. Throws an exception if the PinData is not a PinOffset.

Link copied to clipboard

Casts this PinData as a PinOffset and retrieves its kotlin.String value. Returns null if the PinData is not a PinOffset.

Link copied to clipboard

Casts this PinData as a VerificationValue and retrieves its kotlin.String value. Throws an exception if the PinData is not a VerificationValue.

Link copied to clipboard

Casts this PinData as a VerificationValue and retrieves its kotlin.String value. Returns null if the PinData is not a VerificationValue.