CompaniesInput constructor
CompaniesInput({})
Returns a new CompaniesInput instance.
Implementation
CompaniesInput({
this.industryId,
this.countryId,
this.companyName,
this.companyDescription,
required this.companyHandle,
required this.companyDomain,
this.creditsBalance,
this.acceptedEula,
this.stripeAccountId,
this.stripeAccountStatus,
});