RetailerAdminResponseExtensionData

data class RetailerAdminResponseExtensionData(val action: String, val success: Boolean, val merchantID: String? = null, val terminalID: String? = null, val merchantName: String? = null, val location: String? = null, val serialNumber: String? = null, val errorMessage: String? = null)

Constructors

Link copied to clipboard
constructor(action: String, success: Boolean, merchantID: String? = null, terminalID: String? = null, merchantName: String? = null, location: String? = null, serialNumber: String? = null, errorMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val errorMessage: String? = null
Link copied to clipboard
val location: String? = null
Link copied to clipboard
val merchantID: String? = null
Link copied to clipboard
val merchantName: String? = null
Link copied to clipboard
val serialNumber: String? = null
Link copied to clipboard
Link copied to clipboard
val terminalID: String? = null

Functions

Link copied to clipboard
fun toRTRAdminResponseExtensionData(): RTRAdminResponseExtensionData