Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 997 Bytes

WebhookKeyResponse.md

File metadata and controls

21 lines (16 loc) · 997 Bytes

conekta.model.WebhookKeyResponse

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
id String Unique identifier of the webhook key [optional]
active bool Indicates if the webhook key is active [optional]
createdAt int Unix timestamp in seconds with the creation date of the webhook key [optional]
deactivatedAt int Unix timestamp in seconds with the deactivation date of the webhook key [optional]
publicKey String Public key to be used in the webhook [optional]
livemode bool Indicates if the webhook key is in live mode [optional]
object String Object name, value is webhook_key [optional]

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