AccountCreateOptionsBusinessProfile constructor

const AccountCreateOptionsBusinessProfile({
  1. AccountAnnualRevenue? annualRevenue,
  2. int? estimatedWorkerCount,
  3. String? mcc,
  4. MandateSingleUse? monthlyEstimatedRevenue,
  5. String? name,
  6. String? productDescription,
  7. AccountSupportAddress? supportAddress,
  8. String? supportEmail,
  9. String? supportPhone,
  10. String? supportUrl,
  11. String? url,
})

business_profile_specs

Business information about the account.

Implementation

const AccountCreateOptionsBusinessProfile({
  this.annualRevenue,
  this.estimatedWorkerCount,
  this.mcc,
  this.monthlyEstimatedRevenue,
  this.name,
  this.productDescription,
  this.supportAddress,
  this.supportEmail,
  this.supportPhone,
  this.supportUrl,
  this.url,
});