POCardTokenizationConfiguration
constructor(title: String? = null, cvcRequired: Boolean = true, isCardholderNameFieldVisible: Boolean = true, billingAddress: POCardTokenizationConfiguration.BillingAddressConfiguration = BillingAddressConfiguration(), savingAllowed: Boolean = false, primaryActionText: String? = null, secondaryActionText: String? = null, cancellation: POCancellationConfiguration = POCancellationConfiguration(), metadata: Map<String, String>? = null, style: POCardTokenizationConfiguration.Style? = null)
Parameters
title
Custom title.
cvcRequired
Specifies whether the card CVC should be collected. Default value is true.
isCardholderNameFieldVisible
Specifies whether the cardholder name field should be displayed. Default value is true.
billingAddress
Allows to customize the collection of billing address.
savingAllowed
Displays checkbox that allows to save the card details for future payments.
primaryActionText
Custom primary action text (e.g. "Submit").
secondaryActionText
Custom secondary action text (e.g. "Cancel").
cancellation
Specifies cancellation behaviour.
metadata
Metadata related to the card.
style
Allows to customize the look and feel.