Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 738 Bytes

GetOrdersResponse.md

File metadata and controls

19 lines (14 loc) · 738 Bytes

conekta.model.GetOrdersResponse

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
data BuiltList<OrderResponse>
hasMore bool Indicates if there are more pages to be requested
object String Object type, in this case is list
nextPageUrl String URL of the next page. [optional]
previousPageUrl String Url of the previous page. [optional]

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