AccountBusinessIdentity constructor
AccountBusinessIdentity({
- AccountIdentityType? blackOwned,
- bool? includeForPromotions,
- AccountIdentityType? latinoOwned,
- AccountIdentityType? smallBusiness,
- AccountIdentityType? veteranOwned,
- AccountIdentityType? womenOwned,
Implementation
AccountBusinessIdentity({
this.blackOwned,
this.includeForPromotions,
this.latinoOwned,
this.smallBusiness,
this.veteranOwned,
this.womenOwned,
});