CompanyInfoArgs

data class CompanyInfoArgs(val business: Output<String>? = null, val country: Output<String>? = null, val domain: Output<String>? = null, val employeesNumber: Output<String>? = null, val state: Output<String>? = null) : ConvertibleToJava<CompanyInfoArgs>

Company information of the user to be passed to partners.

Constructors

Link copied to clipboard
constructor(business: Output<String>? = null, country: Output<String>? = null, domain: Output<String>? = null, employeesNumber: Output<String>? = null, state: Output<String>? = null)

Properties

Link copied to clipboard
val business: Output<String>? = null

Business of the company

Link copied to clipboard
val country: Output<String>? = null

Country of the company location.

Link copied to clipboard
val domain: Output<String>? = null

Domain of the company

Link copied to clipboard
val employeesNumber: Output<String>? = null

Number of employees in the company

Link copied to clipboard
val state: Output<String>? = null

State of the company location.

Functions

Link copied to clipboard
open override fun toJava(): CompanyInfoArgs