CardDetailsSectionSpec

data class CardDetailsSectionSpec(val apiPath: IdentifierSpec = IdentifierSpec.Generic("card_details")) : FormItemSpec

Section containing card details form

Constructors

Link copied to clipboard
fun CardDetailsSectionSpec(apiPath: IdentifierSpec = IdentifierSpec.Generic("card_details"))

Functions

Link copied to clipboard
fun transform(context: Context, initialValues: Map<IdentifierSpec, String?>, viewOnlyFields: Set<IdentifierSpec>): FormElement

Properties

Link copied to clipboard
open override val apiPath: IdentifierSpec