Subscription constructor
Subscription({})
Implementation
Subscription({
this.data,
this.first,
this.idCustomer,
this.idPlan,
this.ip,
this.methodConfirmation,
this.nextVerificationDate,
this.paymentAttempts,
this.periodEnd,
this.periodStart,
this.status,
this.tokenCard,
this.urlConfirmation,
});