AccountBusinessProfileAnnualRevenue constructor

const AccountBusinessProfileAnnualRevenue({
  1. int? amount,
  2. String? currency,
  3. String? fiscalYearEnd,
})

The applicant's gross annual revenue for its preceding fiscal year.

Implementation

const AccountBusinessProfileAnnualRevenue({
  this.amount,
  this.currency,
  this.fiscalYearEnd,
});