AccountBusinessProfile constructor

const AccountBusinessProfile({
  1. AccountBusinessProfileAnnualRevenue? annualRevenue,
  2. int? estimatedWorkerCount,
  3. String? mcc,
  4. AccountMonthlyEstimatedRevenue? monthlyEstimatedRevenue,
  5. String? name,
  6. String? productDescription,
  7. AccountBusinessProfileSupportAddress? supportAddress,
  8. String? supportEmail,
  9. String? supportPhone,
  10. String? supportUrl,
  11. 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,
});