OwnerParams

fun OwnerParams(    address: Address? = null,     email: String? = null,     name: String? = null,     phone: String? = null)