AdyenApiResponse

data class AdyenApiResponse(val path: String, val statusCode: Int, val headers: Map<String, String>, val body: String)

Constructors

Link copied to clipboard
constructor(path: String, statusCode: Int, headers: Map<String, String>, body: String)

Properties

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