@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
239 lines • 7.5 kB
JSON
{
"id": "commercepayments.paymentgatewayadapter",
"nodeType": "interface",
"name": "PaymentGatewayAdapter",
"namespace": "commercepayments",
"startToken": {
"type": "declaration.entity.name.class",
"text": "PaymentGatewayAdapter",
"textToLower": "paymentgatewayadapter",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_PaymentGatewayAdapter_-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": "PaymentGatewayAdapters can implement this interface in order to process requests.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_interface_commercepayments_PaymentGatewayAdapter.htm#apex_interface_commerce_payments_PaymentGatewayAdapter",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"processrequest(commercepayments.paymentgatewaycontext)": {
"id": "commercepayments.paymentgatewayadapter.method.processrequest(commercepayments.paymentgatewaycontext)",
"nodeType": "method",
"name": "processRequest",
"startToken": {
"type": "declaration.entity.name.function",
"text": "processRequest",
"textToLower": "processrequest",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_processRequest_-1:0"
},
"parentId": "commercepayments.paymentgatewayadapter",
"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 commercepayments.GatewayResponse processRequest(commercepayments.PaymentGatewayContext var1)",
"overrideSignature": "global override commercepayments.GatewayResponse processRequest(commercepayments.PaymentGatewayContext var1)",
"simplifiedSignature": "processRequest(commercepayments.PaymentGatewayContext)",
"datatype": {
"id": "commercepayments.paymentgatewayadapter.processrequest.datatype.commercepayments.GatewayResponse",
"nodeType": "datatype",
"name": "commercepayments.GatewayResponse",
"startToken": {
"type": "datatype.support.namespace",
"text": "commercepayments",
"textToLower": "commercepayments",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 23
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_commercepayments_0:7"
},
"parentId": "commercepayments.paymentgatewayadapter.processrequest",
"order": 0,
"memberOrder": 0,
"type": "commercepayments.GatewayResponse"
},
"description": "The entry point for processing payment requests. Returns the response from the payment gateway.",
"parentName": "PaymentGatewayAdapter",
"variables": {},
"params": {
"var1": {
"id": "commercepayments.paymentgatewayadapter.method.processrequest(commercepayments.paymentgatewaycontext).varParam.var1",
"nodeType": "variable",
"name": "var1",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "var1",
"textToLower": "var1",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 94
},
"end": {
"line": 0,
"character": 98
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_var1_0:94"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "var1",
"textToLower": "var1",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 94
},
"end": {
"line": 0,
"character": 98
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_var1_0:94"
},
"parentId": "commercepayments.paymentgatewayadapter.method.processrequest(commercepayments.paymentgatewaycontext)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "commercepayments.paymentgatewayadapter.processrequest.datatype.commercepayments.PaymentGatewayContext",
"nodeType": "datatype",
"name": "commercepayments.PaymentGatewayContext",
"startToken": {
"type": "datatype.support.namespace",
"text": "commercepayments",
"textToLower": "commercepayments",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 55
},
"end": {
"line": 0,
"character": 71
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_commercepayments_0:55"
},
"parentId": "commercepayments.paymentgatewayadapter.processrequest",
"order": 0,
"memberOrder": 0,
"type": "commercepayments.PaymentGatewayContext"
},
"description": "You can retrieve the request type and the request from the Context object.",
"scope": null
}
},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 1,
"queries": []
}