The raw data manager is responsible for payment methods that need to receive data from the user (e.g. card form). This method enables you to create a Raw Data manager instance.
KOTLIN
@Throws(SdkUninitializedException::class, UnsupportedPaymentMethodException::class)
@JvmStatic
fun newInstance(paymentMethodType: String): PrimerHeadlessUniversalCheckoutRawDataManagerInterface

Parameters

Throws