Subscription constructor
Subscription({
- PaymentMethodEnum? paymentMethod,
- String? plan,
- String? billingAddress,
Returns a new Subscription instance.
Implementation
Subscription({
this.paymentMethod,
this.plan,
this.billingAddress,
});