Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 949 Bytes

WebhookKeyResponse.md

File metadata and controls

17 lines (13 loc) · 949 Bytes

Conekta.net.Model.WebhookKeyResponse

webhook keys model

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 long Unix timestamp in seconds with the creation date of the webhook key [optional]
DeactivatedAt long? 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]