Type Alias SaasSubscriptionDto

SaasSubscriptionDto: {
    subscriptionId: string;
    customerId: string;
    companyId: string;
}

Type declaration

  • subscriptionId: string
  • customerId: string
  • companyId: string