FraudDetection

class FraudDetection(guid: String) : RequestHeadersFactory

Factory for FraudDetectionDataRequest. TODO(ccen) Move FraudDetection to payments-core.

Constructors

Link copied to clipboard
fun FraudDetection(guid: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun create(): Map<String, String>

Creates a map for headers attached to all requests.

Link copied to clipboard
fun createPostHeader(): Map<String, String>

Creates a map for headers attached to POST requests. Return am empty map if this factory is used for request that doesn't have POST options.