Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 689 Bytes

GetWebhookKeysResponse.md

File metadata and controls

14 lines (10 loc) · 689 Bytes

Conekta.net.Model.GetWebhookKeysResponse

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 List<WebhookKeyResponse> [optional]

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