"""Grass headers.""" GRASS_ACCOUNT_TYPE = 'Grass-Account-Type' GRASS_ACCOUNT_ID = 'Grass-Account-Id' GRASS_ACCOUNT_TYPE_VENDOR = 'vendor' GRASS_ACCOUNT_TYPE_SUBACCOUNT = 'subaccount' ALLOWED_ACCOUNT_TYPES = [GRASS_ACCOUNT_TYPE_VENDOR, GRASS_ACCOUNT_TYPE_SUBACCOUNT]