Skip to content

Latest commit

 

History

History
60 lines (30 loc) · 1.55 KB

File metadata and controls

60 lines (30 loc) · 1.55 KB

API Reference

Classes

Name Description
StripeWebhook No description

Structs

Name Description
StripeWebhookProps No description

class StripeWebhook

Implements: IConstruct, IConstruct, IConstruct, IDependable Extends: Construct

Initializer

new StripeWebhook(scope: Construct, id: string, props: StripeWebhookProps)
  • scope (Construct) No description
  • id (string) No description
  • props (StripeWebhookProps) No description
    • events (Array) No description
    • secretKey (string) No description
    • url (string) No description
    • logLevel (string) No description Optional

struct StripeWebhookProps

Name Type Description
events Array
secretKey string
url string
logLevel? string Optional