AccountCreateOptionsBusinessProfile constructor
const
AccountCreateOptionsBusinessProfile({
- AccountAnnualRevenue? annualRevenue,
- int? estimatedWorkerCount,
- String? mcc,
- MandateSingleUse? monthlyEstimatedRevenue,
- String? name,
- String? productDescription,
- AccountSupportAddress? supportAddress,
- String? supportEmail,
- String? supportPhone,
- String? supportUrl,
- 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,
});