Corporation Request
data class CorporationRequest(val consumerType: ConsumerTypeCode? = ConsumerTypeCode.Personal, val globalUID: String? = null, val ipAddr: String? = null, val phoneNumber: String? = null, val personalSecKey: String? = null)
Constructors
Link copied to clipboard
fun CorporationRequest(consumerType: ConsumerTypeCode? = ConsumerTypeCode.Personal, globalUID: String? = null, ipAddr: String? = null, phoneNumber: String? = null, personalSecKey: String? = null)