Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1003 Bytes

File metadata and controls

14 lines (10 loc) · 1003 Bytes

Voucherify.Model.AsyncActionsListResponseBody

Response body schema for GET v1/async-actions.

Properties

Name Type Description Notes
Object string The type of the object represented by JSON. This object stores information about asynchronous actions. [optional]
DataRef string Identifies the name of the JSON property that contains the array of asynchronous actions. [optional]
AsyncActions List<AsyncActionBase> [optional]
HasMore bool? As query results are always limited by parameters, the `has_more` flag indicates if there are more records available. This lets you know if you can run another request to get more records returned in the results. [optional]

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