settings constant

Map<String, String> const settings

The base URL for the API endpoints.

Implementation

static const settings = {
  "API_VERSION": "V2",
  "SANDBOX_BASEURL":
      "https://gw-fatoora.zatca.gov.sa/e-invoicing/developer-portal",
  "SIMULATION_BASEURL":
      "https://gw-fatoora.zatca.gov.sa/e-invoicing/simulation",
  "PRODUCTION_BASEURL": "https://gw-fatoora.zatca.gov.sa/e-invoicing/core",
};