Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.5 KB

File metadata and controls

20 lines (16 loc) · 1.5 KB

Voucherify.Model.AsyncActionBase

This is an object representing an asynchronous action.

Properties

Name Type Description Notes
Id string Async action unique ID. [optional]
Type string Type of async action. [optional]
Status string Status of the async action. Informs you whether the async action has already been completed. [optional]
OperationStatus string Status of async action processing. Informs about the async action status, whether it failed, succeeded, or the status is unknown. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the async action was scheduled in ISO 8601 format. [optional]
UpdatedAt DateTimeOffset? Timestamp representing the date and time when the async action was updated. The value is shown in the ISO 8601 format. [optional]
RequestId string Unique request ID. [optional]
ProcessingTime int? The length of time it took to process the request in milliseconds. [optional]
Progress int? % progress to completion of the asynchronous action. [optional]
Object string The type of the object represented by JSON. This object stores information about the `async_action`. [optional]

[Back to Model list] [Back to API list] [Back to README]