Subscription constructor
Subscription({})
Implementation
Subscription({
required this.id,
required this.subscriptionId,
required this.amount,
required this.currency,
required this.state,
required this.description,
required this.callbackUrl,
required this.variables,
required this.createdAt,
required this.updatedAt,
});