BillingSubscribe constructor
BillingSubscribe({})
Returns a new BillingSubscribe instance.
Implementation
BillingSubscribe({
required this.planId,
required this.organizationId,
this.seats,
this.planType,
this.returnUrl,
this.cancelUrl,
});