VoiceOfMerchantState constructor

VoiceOfMerchantState({
  1. ComplyWithGuidelines? complyWithGuidelines,
  2. bool? hasBusinessAuthority,
  3. bool? hasVoiceOfMerchant,
  4. ResolveOwnershipConflict? resolveOwnershipConflict,
  5. Verify? verify,
  6. WaitForVoiceOfMerchant? waitForVoiceOfMerchant,
})

Implementation

VoiceOfMerchantState({
  this.complyWithGuidelines,
  this.hasBusinessAuthority,
  this.hasVoiceOfMerchant,
  this.resolveOwnershipConflict,
  this.verify,
  this.waitForVoiceOfMerchant,
});