VoiceOfMerchantState constructor
VoiceOfMerchantState({
- ComplyWithGuidelines? complyWithGuidelines,
- bool? hasBusinessAuthority,
- bool? hasVoiceOfMerchant,
- ResolveOwnershipConflict? resolveOwnershipConflict,
- Verify? verify,
- WaitForVoiceOfMerchant? waitForVoiceOfMerchant,
Implementation
VoiceOfMerchantState({
this.complyWithGuidelines,
this.hasBusinessAuthority,
this.hasVoiceOfMerchant,
this.resolveOwnershipConflict,
this.verify,
this.waitForVoiceOfMerchant,
});