Type Alias EnableSaasSubscriptionDto
EnableSaasSubscriptionDto: {
stripeAccountId: string;
name: string;
email: string;
stripeCustomerId: string;
companyId: string;
}
Type declaration
stripeAccountId: string
name: string
email: string
stripeCustomerId: string
companyId: string