MandateOnlineAcceptanceData

data class MandateOnlineAcceptanceData(ipAddress: String, userAgent: String)

If a Mandate is accepted online, this contains details about the online acceptance.

Constructors

Link copied to clipboard
fun MandateOnlineAcceptanceData(ipAddress: String, userAgent: String)

Properties

Link copied to clipboard
val ipAddress: String
Link copied to clipboard
val userAgent: String