"""Account constants.""" VENDOR_TYPE = 'vendor' SUBACCOUNT_TYPE = 'subaccount' ACCOUNT_ID_KEY = 'account_id' VENDOR_ID_KEY = 'vendor_id' SUBACCOUNT_ID_KEY = 'subaccount_id' SYSTEM_USER_ID = 179