Interface ISignable
Indicates that the class can be signed.
public interface ISignable
Properties
Sig
The signature to enable verification of the source of this webhook. Please see the developer documentation for validating signatures for more information, or use one of our published SDKs. Only included if you have signatures enabled
string Sig { get; set; }