Home > @vsf-enterprise/stripe-epcc > StripeIntegrationContext
# StripeIntegrationContext interface
Context of the integration available inside each endpoint's handler.
Signature:
export interface StripeIntegrationContext
# Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| client | { epcc: any; stripe: Stripe; } | ||
| config | MiddlewareSettingsConfig | ||
| req | Request | ||
| res | Response |