Skip to content

//woua-matrimony-sdk/com.woualabs.matrimony.type/AccountDetails

AccountDetails

[common]\ data class AccountDetails(customerRegId: String?, password: String?, fullName: String?, email: String?, mobile: Long?, dateOfBirth: String?, pincode: String?, type: Type?, dealerKey: String?, addressLine1: String?, cityId: Int?, stateId: Int?, countryId: Int?)

Constructors

AccountDetails [common]
fun AccountDetails(customerRegId: String?, password: String)
AccountDetails [common]
fun AccountDetails(fullName: String?, email: String?, mobile: Long?, dateOfBirth: String?, addressLine1: String?, cityId: Int?, stateId: Int?, countryId: Int?, dealerKey: String?, pincode: String?)

Properties

Name Summary
addressLine1 [common]
var addressLine1: String? = null
cityId [common]
var cityId: Int? = null
countryId [common]
var countryId: Int? = null
customerRegId [common]
var customerRegId: String? = null
dateOfBirth [common]
var dateOfBirth: String? = null
dealerKey [common]
var dealerKey: String? = null
email [common]
var email: String? = null
fullName [common]
var fullName: String? = null
mobile [common]
var mobile: Long? = null
password [common]
var password: String? = null
pincode [common]
var pincode: String? = null
stateId [common]
var stateId: Int? = null
type [common]
var type: Type? = null