Struct Webhook
stripe
pub struct Webhook {}
impl Webhook
fn construct_event( payload: String, sig: String, secret: String) -> Result<Event, WebhookError>