Call
An invocation of an SDK call that sends a request to Square servers and returns a response. Each call yields its own request and response. Use clone to make multiple calls with the same parameters to the same web server; this may be used to retry a failed call.
Calls may be executed synchronously with execute, or asynchronously with enqueue. In either case the call can be canceled at any time with cancel.