PCIPTokenizationOptions

class PCIPTokenizationOptions

This class can be used to specify miscellaneous options related to the tokenization request.

Constructors

PCIPTokenizationOptions
Link copied to clipboard
fun PCIPTokenizationOptions()

Properties

cardholder
Link copied to clipboard
var cardholder: PCIPCardholder
Use this setting to pass cardholder information for network tokens.
customInitialLoader
Link copied to clipboard
var customInitialLoader: InitialLoader? = null
Use customInitialLoader when no card data is entered in our SDK and you want to show your own loading animation during the SDK's initial network requests.
isTesting
Link copied to clipboard
var isTesting: Boolean = false
Use this setting to switch from production to sandbox.
language
Link copied to clipboard
var language: String? = null
Use this setting to change the UI language.
suppressCriticalErrorDialog
Link copied to clipboard
var suppressCriticalErrorDialog: Boolean = false
Use this setting to display or hide critical errors.
useCertificatePinning
Link copied to clipboard
var useCertificatePinning: Boolean = false
Whether secure connections to Datatrans servers require a certificate chain signed with a specific CA private key.