ResolvedCallback
Last updated
Last updated
Context used to resolve a callback. Compatible with the JSON response from a push_transaction
call.
public string
The URL to hit.
public bool
Whether to run the request in the background. For a https url this means POST in the background instead of a GET redirect.
public
The callback payload as a object that should be encoded to JSON and POSTed to background callbacks.
public string
Url
The URL to hit.
public bool
Background
Whether to run the request in the background. For a https url this means POST in the background instead of a GET redirect.
public
CallbackPayload
Payload
The callback payload as a object that should be encoded to JSON and POSTed to background callbacks.