Subscription constructor
Subscription({
- int? version,
- String? id,
- String? customerId,
- SubscriptionStatus? status,
- String? locationId,
- String? createdAt,
- SubscriptionSource? source,
- String? cardId,
- List<
SubscriptionAction> ? actions, - String? canceledDate,
- String? chargedThroughDate,
- List<
String> ? invoiceIds, - String? planId,
- Money? priceOverrideMoney,
- String? startDate,
- String? taxPercentage,
- String? timezone,
Implementation
Subscription(
{this.version,
this.id,
this.customerId,
this.status,
this.locationId,
this.createdAt,
this.source,
this.cardId,
this.actions,
this.canceledDate,
this.chargedThroughDate,
this.invoiceIds,
this.planId,
this.priceOverrideMoney,
this.startDate,
this.taxPercentage,
this.timezone});