Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 517 Bytes

Pagination.md

File metadata and controls

16 lines (11 loc) · 517 Bytes

conekta.model.Pagination

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

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