merchantConsentType top-level constant

Map<String, String> const merchantConsentType

Implementation

const merchantConsentType = {
  'OPT_IN': 'opt_in',
  'OPT_OUT': 'opt_out',
};