store.id // The store ID [int]
store.name // The store name [string]
store.isBrandingEnabled // If store branding is enabled [bool]
store.alerts // The stores alerts [array]
store.categories // The stores categories [array]
store.modules // The stores modules [array]
store.pages // The stores pages [array]
store.currencies // The stores currencies [array]
store.currency // The stores base currency [array]
store.termsAndConditions // The stores terms and conditions [string/null]
store.jsUrl // Enderpay javascript url [string]
store.themeUrl // The stores theme url [string]
store.logoUrl // The stores logo image url [string/null]
store.backgroundUrl // The stores background image url [string/null]
store.faviconUrl // The stores favicon image url [string/null]
store.notifications // The stores notifications [array]
store.csrfToken // The CSRF token to use on forms [string]