TransformSpecToElements
fun TransformSpecToElements( addressResourceRepository: ResourceRepository<AddressRepository>, initialValues: Map<IdentifierSpec, String?>, shippingValues: Map<IdentifierSpec, String?>?, amount: Amount?, saveForFutureUseInitialValue: Boolean, merchantName: String, context: Context, viewOnlyFields: Set<IdentifierSpec> = emptySet())
Content copied to clipboard
Parameters
viewOnlyFields
A set of identifiers for the fields that should be view-only, non-editable. Currently only IdentifierSpec.CardNumber is supported and any other identifier is ignored.