SecureDetailsViewsConfiguration

data class SecureDetailsViewsConfiguration(val shouldShowPanCopyButton: Boolean = false, val shouldShowCvvCopyButton: Boolean = false, val shouldShowExpiryDateCopyButton: Boolean = false, val shouldShowCardholderNameCopyButton: Boolean = false, val panSeparator: String = " ")

Data class containing the configuration for customizing the secure details views

Constructors

Link copied to clipboard
constructor(shouldShowPanCopyButton: Boolean = false, shouldShowCvvCopyButton: Boolean = false, shouldShowExpiryDateCopyButton: Boolean = false, shouldShowCardholderNameCopyButton: Boolean = false, panSeparator: String = " ")

Properties

Link copied to clipboard

The separator to use for the pan. Default is empty space (" ").

Link copied to clipboard

Boolean indicating if a button for copying the cardholder name should be shown. Default is false.

Link copied to clipboard

Boolean indicating if a button for copying the cvv should be shown. Default is false.

Link copied to clipboard

Boolean indicating if a button for copying the expiry date should be shown. Default is false.

Link copied to clipboard

Boolean indicating if a button for copying the pan should be shown. Default is false.