Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 765 Bytes

OrderResponseProducts.md

File metadata and controls

19 lines (14 loc) · 765 Bytes

conekta.model.OrderResponseProducts

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
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]
data BuiltList<ProductDataResponse> [optional]

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