IdentifierSpec

data class IdentifierSpec(val v1: String, val ignoreField: Boolean = false, val destination: ParameterDestination = ParameterDestination.Api.Params) : Parcelable

This uniquely identifies a element in the form. The vals here are for identifier specs that need to be found when pre-populating fields, or when extracting data.

Parameters

ignoreField

set this to true to ensure that the field does not get put in the params list when making a Stripe request. Used in FieldValuesToParamsMapConverter.kt

Constructors

Link copied to clipboard
constructor()
constructor(v1: String, ignoreField: Boolean = false, destination: ParameterDestination = ParameterDestination.Api.Params)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val ignoreField: Boolean = false
Link copied to clipboard
val v1: String

Functions

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