StringsSettings
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| page | PageSettings | Page identifier or description. | [default to null] |
| google_maps_key | String | Google Maps API key. | [default to null] |
| fcm_key | String | Firebase Cloud Messaging key. | [default to null] |
| app_name | String | Application name. | [default to null] |
| company_name | String | Company name. | [default to null] |
| enble_otp | Boolean | Enable OTP (string value). | [default to null] |
| enable_otp_login | Boolean | Enable OTP login (string value). | [default to null] |
| enable_email_login | Boolean | Enable email login. | [default to null] |
| enable_profile_update | Boolean | Enable profile update. | [default to null] |
| otp_gateway | String | OTP gateway identifier. | [default to null] |
| enable_google_distance | Boolean | Enable Google distance calculation (string value). | [default to null] |
| enable_single_vendor | Boolean | Enable single vendor mode (string value). | [default to null] |
| enable_multiple_vendor_order | Boolean | Enable multiple vendor order. | [default to null] |
| enable_proof_of_delivery | Boolean | Enable proof of delivery (string value). | [default to null] |
| order_verification_type | String | Order verification type. | [default to null] |
| enable_driver_wallet | Boolean | Enable driver wallet (string value). | [default to null] |
| enable_grocery_mode | Boolean | Enable grocery mode (string value). | [default to null] |
| partners_can_register | Boolean | Whether partners can register (1 for true, 0 for false). | [default to null] |
| enable_refer_system | Boolean | Enable refer system (string value). | [default to null] |
| refer_amount | Double | Refer amount. | [default to null] |
| enable_chat | Boolean | Enable chat (string value). | [default to null] |
| enable_order_tracking | Boolean | Enable order tracking. | [default to null] |
| enable_upload_prescription | Boolean | Enable upload prescription. | [default to null] |
| enable_fetch_by_location | Boolean | Enable fetch by location. | [default to null] |
| enable_driver_type_switch | Boolean | Enable driver type switch (1 for true, 0 for false). | [default to null] |
| alert_duration | Long | Alert duration in seconds. | [default to null] |
| driver_search_radius | Double | Driver search radius in meters. | [default to null] |
| max_driver_order_at_once | Long | Maximum number of orders a driver can take at once. | [default to null] |
| distance_cover_location_update | Long | Distance covered before location update (in meters). | [default to null] |
| time_pass_location_update | Long | Time passed before location update (in seconds). | [default to null] |
| banner_height | Float | Banner height in UI. | [default to null] |
| show_vendor_type_image_only | Boolean | Show only vendor type image (1 for true, 0 for false). | [default to null] |
| autoassignmentsystem | Boolean | Auto-assignment system enabled (1 for true, 0 for false). | [default to null] |
| fetch_nearby_driver_system | String | Fetch nearby driver system enabled (1 for true, 0 for false). | [default to null] |
| use_websocket_assignment | Boolean | Use websocket for assignment. | [default to null] |
| enable_parcel_vendor_by_location | Boolean | Enable parcel vendor by location (string value). | [default to null] |
| refer_reward_amount | Double | Refer reward amount. | [default to null] |
| enable_parcel_multiple_stops | Boolean | Enable parcel multiple stops (string value). | [default to null] |
| max_parcel_stops | Long | Maximum number of parcel stops (string value). | [default to null] |
| what3words_api_key | String | What3Words API key. | [default to null] |
| android_download_link | String | Android app download link. | [default to null] |
| ios_download_link | String | iOS app download link. | [default to null] |
| is_single_vendor_mode | Boolean | Is single vendor mode enabled (string value). | [default to null] |
| enabled_vendor_type | List | Enabled vendor types. | [default to null] |
| emergency_contact | String | Emergency contact information. | [default to null] |
| auth | AuthSettings | Authentication settings. | [default to null] |
| ui | UISettings | UI settings. | [default to null] |
| taxi | TaxiSettings | Taxi-specific settings. | [default to null] |
| map | MapSettings | Map settings. | [default to null] |
| finance | FinanceSettings | Finance-related settings. | [default to null] |
| dynamic_link | DynamicLinkSettings | Dynamic link settings. | [default to null] |
| website | WebsiteSettings | Website settings. | [default to null] |
| upgrade | UpgradeSettings | Upgrade-related settings. | [default to null] |
| show_cart | Boolean | Show cart in UI. | [default to null] |
| file_limit | FileLimitSettings | File upload limit settings. | [default to null] |