AccountBusinessIdentity constructor

AccountBusinessIdentity({
  1. AccountIdentityType? blackOwned,
  2. bool? includeForPromotions,
  3. AccountIdentityType? latinoOwned,
  4. AccountIdentityType? smallBusiness,
  5. AccountIdentityType? veteranOwned,
  6. AccountIdentityType? womenOwned,
})

Implementation

AccountBusinessIdentity({
  this.blackOwned,
  this.includeForPromotions,
  this.latinoOwned,
  this.smallBusiness,
  this.veteranOwned,
  this.womenOwned,
});