PaymentTransaction constructor

PaymentTransaction({
  1. String? id,
  2. String? idBilling,
  3. int? billingData,
  4. String? paymentTypeCode,
  5. String? paymentTypeName,
  6. int? amount,
  7. String? flag,
  8. String? generatedDate,
  9. String? paymentDate,
  10. String? clientRefnum,
  11. int? adminFee,
  12. int? total,
  13. String? paymentMethodName,
  14. String? expiredDate,
  15. int? penalty,
  16. String? swRefnum,
})

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});