PayPalDataCollectorRequest

data class PayPalDataCollectorRequest @JvmOverloads constructor(val hasUserLocationConsent: Boolean, val clientMetadataId: String? = null, val additionalData: Map<String, String>? = null)

Request object containing parameters to configure fraud protection data collection.

Constructors

Link copied to clipboard
constructor(hasUserLocationConsent: Boolean, clientMetadataId: String? = null, additionalData: Map<String, String>? = null)

Properties

Link copied to clipboard

additional metadata to link with data collection

Link copied to clipboard

forward this data to your server when completing a transaction

Link copied to clipboard

informs the SDK if your application has obtained consent from the user to collect location data in compliance with Google Play Developer Program policies This flag enables PayPal to collect necessary information required for Fraud Detection and Risk Management.