Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 752 Bytes

GetChargesResponse.md

File metadata and controls

19 lines (14 loc) · 752 Bytes

conekta.model.GetChargesResponse

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<ChargeResponse> [optional]

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