AccountBusinessProfile constructor
const
AccountBusinessProfile({
- AccountBusinessProfileAnnualRevenue? annualRevenue,
- int? estimatedWorkerCount,
- String? mcc,
- AccountMonthlyEstimatedRevenue? monthlyEstimatedRevenue,
- String? name,
- String? productDescription,
- AccountBusinessProfileSupportAddress? supportAddress,
- String? supportEmail,
- String? supportPhone,
- String? supportUrl,
- String? url,
Business information about the account.
Implementation
const AccountBusinessProfile({
this.annualRevenue,
this.estimatedWorkerCount,
this.mcc,
this.monthlyEstimatedRevenue,
this.name,
this.productDescription,
this.supportAddress,
this.supportEmail,
this.supportPhone,
this.supportUrl,
this.url,
});