PaymentTransaction constructor
PaymentTransaction({})
Implementation
PaymentTransaction(
{this.id,
this.idBilling,
this.billingData,
this.paymentTypeCode,
this.paymentTypeName,
this.amount,
this.flag,
this.generatedDate,
this.paymentDate,
this.clientRefnum,
this.adminFee,
this.total,
this.paymentMethodName,
this.expiredDate,
this.penalty,
this.swRefnum});