DataCollectorInternalRequest

data class DataCollectorInternalRequest(val hasUserLocationConsent: Boolean, var additionalData: HashMap<String, String>? = null, var applicationGuid: String? = null, var isDisableBeacon: Boolean = false)

Used to configuration the PayPalDataCollector request

Constructors

Link copied to clipboard
constructor(hasUserLocationConsent: Boolean, additionalData: HashMap<String, String>? = null, applicationGuid: String? = null, isDisableBeacon: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Whether the request has user location consent

Link copied to clipboard