{
  "id": "commercepayments.paymentshttp",
  "nodeType": "class",
  "name": "PaymentsHttp",
  "namespace": "commercepayments",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "PaymentsHttp",
    "textToLower": "paymentshttp",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_PaymentsHttp_-1:0"
  },
  "order": 0,
  "memberOrder": 0,
  "accessModifier": {
    "type": "keyword.modifier.access",
    "text": "global",
    "textToLower": "global",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.access_global_-1:0"
  },
  "sharingModifier": {
    "type": "keyword.modifier.sharing",
    "text": "without sharing",
    "textToLower": "without sharing",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.sharing_without sharing_-1:0"
  },
  "description": "Make an HTTP request to start the interaction with the payment gateway.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_commercepayments_PaymentsHttp.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "send(httprequest)": {
      "id": "commercepayments.paymentshttp.method.send(httprequest)",
      "nodeType": "method",
      "name": "send",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "send",
        "textToLower": "send",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_send_-1:0"
      },
      "parentId": "commercepayments.paymentshttp",
      "order": 1,
      "memberOrder": 1,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "global",
        "textToLower": "global",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_global_0:0"
      },
      "signature": "global HttpResponse send(HttpRequest request)",
      "overrideSignature": "global override HttpResponse send(HttpRequest request)",
      "simplifiedSignature": "send(HttpRequest)",
      "datatype": {
        "id": "commercepayments.paymentshttp.send.datatype.HttpResponse",
        "nodeType": "datatype",
        "name": "HttpResponse",
        "startToken": {
          "type": "datatype.custom.class",
          "text": "HttpResponse",
          "textToLower": "httpresponse",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 19
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_HttpResponse_0:7"
        },
        "parentId": "commercepayments.paymentshttp.send",
        "order": 0,
        "memberOrder": 0,
        "type": "HttpResponse"
      },
      "description": "Sends an HttpRequest and returns the response.",
      "parentName": "PaymentsHttp",
      "variables": {},
      "params": {
        "request": {
          "id": "commercepayments.paymentshttp.method.send(httprequest).varParam.request",
          "nodeType": "variable",
          "name": "request",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "request",
            "textToLower": "request",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 37
              },
              "end": {
                "line": 0,
                "character": 44
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_request_0:37"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "request",
            "textToLower": "request",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 37
              },
              "end": {
                "line": 0,
                "character": 44
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_request_0:37"
          },
          "parentId": "commercepayments.paymentshttp.method.send(httprequest)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "commercepayments.paymentshttp.send.datatype.HttpRequest",
            "nodeType": "datatype",
            "name": "HttpRequest",
            "startToken": {
              "type": "datatype.support.class",
              "text": "HttpRequest",
              "textToLower": "httprequest",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 25
                },
                "end": {
                  "line": 0,
                  "character": 36
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_HttpRequest_0:25"
            },
            "parentId": "commercepayments.paymentshttp.send",
            "order": 0,
            "memberOrder": 0,
            "type": "HttpRequest"
          },
          "description": "",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 1,
  "queries": []
}