mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: integrate Stripe payment to invoices
This commit is contained in:
8
packages/server/src/interfaces/StripePayment.ts
Normal file
8
packages/server/src/interfaces/StripePayment.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
export interface StripePaymentLinkCreatedEventPayload {
|
||||
tenantId: number;
|
||||
paymentLinkId: string;
|
||||
saleInvoiceId: number;
|
||||
stripeIntegrationId: number;
|
||||
}
|
||||
Reference in New Issue
Block a user