"""Account constants.""" VENDOR_TYPE = 'vendor' SUBACCOUNT_TYPE = 'subaccount' ACCOUNT_ID_KEY = 'account_id' SUBACCOUNT_ID_KEY = 'subaccount_id'