{
  "id": "commercepayments.captureresponse",
  "nodeType": "class",
  "name": "CaptureResponse",
  "namespace": "commercepayments",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "CaptureResponse",
    "textToLower": "captureresponse",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_CaptureResponse_-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": "The payment gateway adapter sends this response for the Capture request type. This class extends AbstractResponse and inherits its methods.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_commercepayments_CaptureResponse.htm#apex_class_commerce_payments_CaptureResponse",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "setamount(double)": {
      "id": "commercepayments.captureresponse.method.setamount(double)",
      "nodeType": "method",
      "name": "setAmount",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setAmount",
        "textToLower": "setamount",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setAmount_-1:0"
      },
      "parentId": "commercepayments.captureresponse",
      "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 void setAmount(Double amount)",
      "overrideSignature": "global override void setAmount(Double amount)",
      "simplifiedSignature": "setAmount(Double)",
      "datatype": {
        "id": "commercepayments.captureresponse.setamount.datatype.void",
        "nodeType": "datatype",
        "name": "void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_void_0:7"
        },
        "parentId": "commercepayments.captureresponse.setamount",
        "order": 0,
        "memberOrder": 0,
        "type": "void"
      },
      "description": "Sets the transaction amount.",
      "parentName": "CaptureResponse",
      "variables": {},
      "params": {
        "amount": {
          "id": "commercepayments.captureresponse.method.setamount(double).varParam.amount",
          "nodeType": "variable",
          "name": "amount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "amount",
            "textToLower": "amount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 29
              },
              "end": {
                "line": 0,
                "character": 35
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_amount_0:29"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "amount",
            "textToLower": "amount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 29
              },
              "end": {
                "line": 0,
                "character": 35
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_amount_0:29"
          },
          "parentId": "commercepayments.captureresponse.method.setamount(double)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "commercepayments.captureresponse.setamount.datatype.Double",
            "nodeType": "datatype",
            "name": "Double",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Double",
              "textToLower": "double",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 22
                },
                "end": {
                  "line": 0,
                  "character": 28
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Double_0:22"
            },
            "parentId": "commercepayments.captureresponse.setamount",
            "order": 0,
            "memberOrder": 0,
            "type": "Double"
          },
          "description": "The amount to be debited or captured.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setgatewayavscode(string)": {
      "id": "commercepayments.captureresponse.method.setgatewayavscode(string)",
      "nodeType": "method",
      "name": "setGatewayAvsCode",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setGatewayAvsCode",
        "textToLower": "setgatewayavscode",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setGatewayAvsCode_-1:0"
      },
      "parentId": "commercepayments.captureresponse",
      "order": 2,
      "memberOrder": 2,
      "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 void setGatewayAvsCode(String gatewayAvsCode)",
      "overrideSignature": "global override void setGatewayAvsCode(String gatewayAvsCode)",
      "simplifiedSignature": "setGatewayAvsCode(String)",
      "datatype": {
        "id": "commercepayments.captureresponse.setgatewayavscode.datatype.void",
        "nodeType": "datatype",
        "name": "void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_void_0:7"
        },
        "parentId": "commercepayments.captureresponse.setgatewayavscode",
        "order": 0,
        "memberOrder": 0,
        "type": "void"
      },
      "description": "Sets the payment gateway’s AVS (address verification system) code.",
      "parentName": "CaptureResponse",
      "variables": {},
      "params": {
        "gatewayavscode": {
          "id": "commercepayments.captureresponse.method.setgatewayavscode(string).varParam.gatewayavscode",
          "nodeType": "variable",
          "name": "gatewayAvsCode",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "gatewayAvsCode",
            "textToLower": "gatewayavscode",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 37
              },
              "end": {
                "line": 0,
                "character": 51
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_gatewayAvsCode_0:37"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "gatewayAvsCode",
            "textToLower": "gatewayavscode",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 37
              },
              "end": {
                "line": 0,
                "character": 51
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_gatewayAvsCode_0:37"
          },
          "parentId": "commercepayments.captureresponse.method.setgatewayavscode(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "commercepayments.captureresponse.setgatewayavscode.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 30
                },
                "end": {
                  "line": 0,
                  "character": 36
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:30"
            },
            "parentId": "commercepayments.captureresponse.setgatewayavscode",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Payment gateways that use an AVS system return this code.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setgatewaydate(datetime)": {
      "id": "commercepayments.captureresponse.method.setgatewaydate(datetime)",
      "nodeType": "method",
      "name": "setGatewayDate",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setGatewayDate",
        "textToLower": "setgatewaydate",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setGatewayDate_-1:0"
      },
      "parentId": "commercepayments.captureresponse",
      "order": 3,
      "memberOrder": 3,
      "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 void setGatewayDate(Datetime gatewayDate)",
      "overrideSignature": "global override void setGatewayDate(Datetime gatewayDate)",
      "simplifiedSignature": "setGatewayDate(Datetime)",
      "datatype": {
        "id": "commercepayments.captureresponse.setgatewaydate.datatype.void",
        "nodeType": "datatype",
        "name": "void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_void_0:7"
        },
        "parentId": "commercepayments.captureresponse.setgatewaydate",
        "order": 0,
        "memberOrder": 0,
        "type": "void"
      },
      "description": "Sets the payment gateway’s date.",
      "parentName": "CaptureResponse",
      "variables": {},
      "params": {
        "gatewaydate": {
          "id": "commercepayments.captureresponse.method.setgatewaydate(datetime).varParam.gatewaydate",
          "nodeType": "variable",
          "name": "gatewayDate",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "gatewayDate",
            "textToLower": "gatewaydate",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 36
              },
              "end": {
                "line": 0,
                "character": 47
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_gatewayDate_0:36"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "gatewayDate",
            "textToLower": "gatewaydate",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 36
              },
              "end": {
                "line": 0,
                "character": 47
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_gatewayDate_0:36"
          },
          "parentId": "commercepayments.captureresponse.method.setgatewaydate(datetime)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "commercepayments.captureresponse.setgatewaydate.datatype.Datetime",
            "nodeType": "datatype",
            "name": "Datetime",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Datetime",
              "textToLower": "datetime",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 27
                },
                "end": {
                  "line": 0,
                  "character": 35
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Datetime_0:27"
            },
            "parentId": "commercepayments.captureresponse.setgatewaydate",
            "order": 0,
            "memberOrder": 0,
            "type": "Datetime"
          },
          "description": "The date that communication happened with the gateway.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setgatewaymessage(string)": {
      "id": "commercepayments.captureresponse.method.setgatewaymessage(string)",
      "nodeType": "method",
      "name": "setGatewayMessage",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setGatewayMessage",
        "textToLower": "setgatewaymessage",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setGatewayMessage_-1:0"
      },
      "parentId": "commercepayments.captureresponse",
      "order": 4,
      "memberOrder": 4,
      "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 void setGatewayMessage(String gatewayMessage)",
      "overrideSignature": "global override void setGatewayMessage(String gatewayMessage)",
      "simplifiedSignature": "setGatewayMessage(String)",
      "datatype": {
        "id": "commercepayments.captureresponse.setgatewaymessage.datatype.void",
        "nodeType": "datatype",
        "name": "void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_void_0:7"
        },
        "parentId": "commercepayments.captureresponse.setgatewaymessage",
        "order": 0,
        "memberOrder": 0,
        "type": "void"
      },
      "description": "Sets information or messages that the gateway returned.",
      "parentName": "CaptureResponse",
      "variables": {},
      "params": {
        "gatewaymessage": {
          "id": "commercepayments.captureresponse.method.setgatewaymessage(string).varParam.gatewaymessage",
          "nodeType": "variable",
          "name": "gatewayMessage",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "gatewayMessage",
            "textToLower": "gatewaymessage",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 37
              },
              "end": {
                "line": 0,
                "character": 51
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_gatewayMessage_0:37"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "gatewayMessage",
            "textToLower": "gatewaymessage",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 37
              },
              "end": {
                "line": 0,
                "character": 51
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_gatewayMessage_0:37"
          },
          "parentId": "commercepayments.captureresponse.method.setgatewaymessage(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "commercepayments.captureresponse.setgatewaymessage.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 30
                },
                "end": {
                  "line": 0,
                  "character": 36
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:30"
            },
            "parentId": "commercepayments.captureresponse.setgatewaymessage",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Information or error messages returned by the gateway.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setgatewayreferencedetails(string)": {
      "id": "commercepayments.captureresponse.method.setgatewayreferencedetails(string)",
      "nodeType": "method",
      "name": "setGatewayReferenceDetails",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setGatewayReferenceDetails",
        "textToLower": "setgatewayreferencedetails",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setGatewayReferenceDetails_-1:0"
      },
      "parentId": "commercepayments.captureresponse",
      "order": 5,
      "memberOrder": 5,
      "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 void setGatewayReferenceDetails(String gatewayReferenceDetails)",
      "overrideSignature": "global override void setGatewayReferenceDetails(String gatewayReferenceDetails)",
      "simplifiedSignature": "setGatewayReferenceDetails(String)",
      "datatype": {
        "id": "commercepayments.captureresponse.setgatewayreferencedetails.datatype.void",
        "nodeType": "datatype",
        "name": "void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_void_0:7"
        },
        "parentId": "commercepayments.captureresponse.setgatewayreferencedetails",
        "order": 0,
        "memberOrder": 0,
        "type": "void"
      },
      "description": "Sets the payment gateway’s reference details.",
      "parentName": "CaptureResponse",
      "variables": {},
      "params": {
        "gatewayreferencedetails": {
          "id": "commercepayments.captureresponse.method.setgatewayreferencedetails(string).varParam.gatewayreferencedetails",
          "nodeType": "variable",
          "name": "gatewayReferenceDetails",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "gatewayReferenceDetails",
            "textToLower": "gatewayreferencedetails",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 46
              },
              "end": {
                "line": 0,
                "character": 69
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_gatewayReferenceDetails_0:46"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "gatewayReferenceDetails",
            "textToLower": "gatewayreferencedetails",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 46
              },
              "end": {
                "line": 0,
                "character": 69
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_gatewayReferenceDetails_0:46"
          },
          "parentId": "commercepayments.captureresponse.method.setgatewayreferencedetails(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "commercepayments.captureresponse.setgatewayreferencedetails.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 39
                },
                "end": {
                  "line": 0,
                  "character": 45
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:39"
            },
            "parentId": "commercepayments.captureresponse.setgatewayreferencedetails",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Provides information about the gateway communication.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setgatewayreferencenumber(string)": {
      "id": "commercepayments.captureresponse.method.setgatewayreferencenumber(string)",
      "nodeType": "method",
      "name": "setGatewayReferenceNumber",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setGatewayReferenceNumber",
        "textToLower": "setgatewayreferencenumber",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setGatewayReferenceNumber_-1:0"
      },
      "parentId": "commercepayments.captureresponse",
      "order": 6,
      "memberOrder": 6,
      "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 void setGatewayReferenceNumber(String gatewayReferenceNumber)",
      "overrideSignature": "global override void setGatewayReferenceNumber(String gatewayReferenceNumber)",
      "simplifiedSignature": "setGatewayReferenceNumber(String)",
      "datatype": {
        "id": "commercepayments.captureresponse.setgatewayreferencenumber.datatype.void",
        "nodeType": "datatype",
        "name": "void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_void_0:7"
        },
        "parentId": "commercepayments.captureresponse.setgatewayreferencenumber",
        "order": 0,
        "memberOrder": 0,
        "type": "void"
      },
      "description": "Sets the payment gateway’s reference number.",
      "parentName": "CaptureResponse",
      "variables": {},
      "params": {
        "gatewayreferencenumber": {
          "id": "commercepayments.captureresponse.method.setgatewayreferencenumber(string).varParam.gatewayreferencenumber",
          "nodeType": "variable",
          "name": "gatewayReferenceNumber",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "gatewayReferenceNumber",
            "textToLower": "gatewayreferencenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_gatewayReferenceNumber_0:45"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "gatewayReferenceNumber",
            "textToLower": "gatewayreferencenumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_gatewayReferenceNumber_0:45"
          },
          "parentId": "commercepayments.captureresponse.method.setgatewayreferencenumber(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "commercepayments.captureresponse.setgatewayreferencenumber.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 38
                },
                "end": {
                  "line": 0,
                  "character": 44
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:38"
            },
            "parentId": "commercepayments.captureresponse.setgatewayreferencenumber",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Unique transaction ID created by the payment gateway.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setgatewayresultcode(string)": {
      "id": "commercepayments.captureresponse.method.setgatewayresultcode(string)",
      "nodeType": "method",
      "name": "setGatewayResultCode",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setGatewayResultCode",
        "textToLower": "setgatewayresultcode",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setGatewayResultCode_-1:0"
      },
      "parentId": "commercepayments.captureresponse",
      "order": 7,
      "memberOrder": 7,
      "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 void setGatewayResultCode(String gatewayResultCode)",
      "overrideSignature": "global override void setGatewayResultCode(String gatewayResultCode)",
      "simplifiedSignature": "setGatewayResultCode(String)",
      "datatype": {
        "id": "commercepayments.captureresponse.setgatewayresultcode.datatype.void",
        "nodeType": "datatype",
        "name": "void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_void_0:7"
        },
        "parentId": "commercepayments.captureresponse.setgatewayresultcode",
        "order": 0,
        "memberOrder": 0,
        "type": "void"
      },
      "description": "Sets the payment gateway’s result code.",
      "parentName": "CaptureResponse",
      "variables": {},
      "params": {
        "gatewayresultcode": {
          "id": "commercepayments.captureresponse.method.setgatewayresultcode(string).varParam.gatewayresultcode",
          "nodeType": "variable",
          "name": "gatewayResultCode",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "gatewayResultCode",
            "textToLower": "gatewayresultcode",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 40
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_gatewayResultCode_0:40"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "gatewayResultCode",
            "textToLower": "gatewayresultcode",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 40
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_gatewayResultCode_0:40"
          },
          "parentId": "commercepayments.captureresponse.method.setgatewayresultcode(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "commercepayments.captureresponse.setgatewayresultcode.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 33
                },
                "end": {
                  "line": 0,
                  "character": 39
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:33"
            },
            "parentId": "commercepayments.captureresponse.setgatewayresultcode",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "The gateway result code. You must map this to a Salesforce result code.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setgatewayresultcodedescription(string)": {
      "id": "commercepayments.captureresponse.method.setgatewayresultcodedescription(string)",
      "nodeType": "method",
      "name": "setGatewayResultCodeDescription",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setGatewayResultCodeDescription",
        "textToLower": "setgatewayresultcodedescription",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setGatewayResultCodeDescription_-1:0"
      },
      "parentId": "commercepayments.captureresponse",
      "order": 8,
      "memberOrder": 8,
      "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 void setGatewayResultCodeDescription(String gatewayResultCodeDescription)",
      "overrideSignature": "global override void setGatewayResultCodeDescription(String gatewayResultCodeDescription)",
      "simplifiedSignature": "setGatewayResultCodeDescription(String)",
      "datatype": {
        "id": "commercepayments.captureresponse.setgatewayresultcodedescription.datatype.void",
        "nodeType": "datatype",
        "name": "void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_void_0:7"
        },
        "parentId": "commercepayments.captureresponse.setgatewayresultcodedescription",
        "order": 0,
        "memberOrder": 0,
        "type": "void"
      },
      "description": "Sets the payment gateway’s result code description.",
      "parentName": "CaptureResponse",
      "variables": {},
      "params": {
        "gatewayresultcodedescription": {
          "id": "commercepayments.captureresponse.method.setgatewayresultcodedescription(string).varParam.gatewayresultcodedescription",
          "nodeType": "variable",
          "name": "gatewayResultCodeDescription",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "gatewayResultCodeDescription",
            "textToLower": "gatewayresultcodedescription",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 79
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_gatewayResultCodeDescription_0:51"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "gatewayResultCodeDescription",
            "textToLower": "gatewayresultcodedescription",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 79
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_gatewayResultCodeDescription_0:51"
          },
          "parentId": "commercepayments.captureresponse.method.setgatewayresultcodedescription(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "commercepayments.captureresponse.setgatewayresultcodedescription.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 44
                },
                "end": {
                  "line": 0,
                  "character": 50
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:44"
            },
            "parentId": "commercepayments.captureresponse.setgatewayresultcodedescription",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Description of the GatewayResultCode. Provides additional context about the result code that the gateway returned.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setsalesforceresultcodeinfo(commercepayments.salesforceresultcodeinfo)": {
      "id": "commercepayments.captureresponse.method.setsalesforceresultcodeinfo(commercepayments.salesforceresultcodeinfo)",
      "nodeType": "method",
      "name": "setSalesforceResultCodeInfo",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setSalesforceResultCodeInfo",
        "textToLower": "setsalesforceresultcodeinfo",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setSalesforceResultCodeInfo_-1:0"
      },
      "parentId": "commercepayments.captureresponse",
      "order": 9,
      "memberOrder": 9,
      "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 void setSalesforceResultCodeInfo(commercepayments.SalesforceResultCodeInfo salesforceResultCodeInfo)",
      "overrideSignature": "global override void setSalesforceResultCodeInfo(commercepayments.SalesforceResultCodeInfo salesforceResultCodeInfo)",
      "simplifiedSignature": "setSalesforceResultCodeInfo(commercepayments.SalesforceResultCodeInfo)",
      "datatype": {
        "id": "commercepayments.captureresponse.setsalesforceresultcodeinfo.datatype.void",
        "nodeType": "datatype",
        "name": "void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_void_0:7"
        },
        "parentId": "commercepayments.captureresponse.setsalesforceresultcodeinfo",
        "order": 0,
        "memberOrder": 0,
        "type": "void"
      },
      "description": "Sets Salesforce result code information.",
      "parentName": "CaptureResponse",
      "variables": {},
      "params": {
        "salesforceresultcodeinfo": {
          "id": "commercepayments.captureresponse.method.setsalesforceresultcodeinfo(commercepayments.salesforceresultcodeinfo).varParam.salesforceresultcodeinfo",
          "nodeType": "variable",
          "name": "salesforceResultCodeInfo",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "salesforceResultCodeInfo",
            "textToLower": "salesforceresultcodeinfo",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_salesforceResultCodeInfo_0:82"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "salesforceResultCodeInfo",
            "textToLower": "salesforceresultcodeinfo",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_salesforceResultCodeInfo_0:82"
          },
          "parentId": "commercepayments.captureresponse.method.setsalesforceresultcodeinfo(commercepayments.salesforceresultcodeinfo)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "commercepayments.captureresponse.setsalesforceresultcodeinfo.datatype.commercepayments.SalesforceResultCodeInfo",
            "nodeType": "datatype",
            "name": "commercepayments.SalesforceResultCodeInfo",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "commercepayments",
              "textToLower": "commercepayments",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 40
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_commercepayments_0:40"
            },
            "parentId": "commercepayments.captureresponse.setsalesforceresultcodeinfo",
            "order": 0,
            "memberOrder": 0,
            "type": "commercepayments.SalesforceResultCodeInfo"
          },
          "description": "SalesforceResultCodeInfoType: commercepayments.SalesforceResultCodeInfo Description of the Salesforce result code value.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 9,
  "queries": []
}