Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 840 Bytes

WebhookUpdateRequest.md

File metadata and controls

17 lines (12 loc) · 840 Bytes

conekta.model.WebhookUpdateRequest

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
url String Here you must place the URL of your Webhook remember that you must program what you will do with the events received. Also do not forget to handle the HTTPS protocol for greater security.
synchronous bool It is a value that allows to decide if the events will be synchronous or asynchronous. We recommend asynchronous = false [optional] [default to false]
events BuiltList<String> [optional]

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