Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
PaymentsHttp Class
Namespace
Usage
You must specify the CommercePayments namespace when creating an instance of this class. The constructor of this class takes no arguments. For example:
CommercePayments.PaymentsHttp payhttp = new CommercePayments.PaymentsHttp();PaymentsHttp Methods
The following are methods for PaymentsHttp. All methods are instance methods.
send(Request)
Signature
global HttpResponse send(HttpRequest request)
Parameters
-
request:
Type: System.HttpRequest
Return Value
Type: System.HttpResponse