Tracking constructor
Tracking({
- String? qris,
- String? vaNumber,
- String? expiredDate,
- String? paymentType,
- dynamic trxAmount,
- dynamic amount,
- dynamic penalty,
- dynamic admin,
- String? idBilling,
- String? description,
- String? clientRefnum,
- dynamic additionalData,
- dynamic paymentDate,
- String? flag,
- String? countdownExpired,
- String? generatedDate,
- String? paymentTypeCode,
- String? paymentMethodCode,
- String? paymentMethodName,
- String? bankName,
Implementation
Tracking(
{this.qris,
this.vaNumber,
this.expiredDate,
this.paymentType,
this.trxAmount,
this.amount,
this.penalty,
this.admin,
this.idBilling,
this.description,
this.clientRefnum,
this.additionalData,
this.paymentDate,
this.flag,
this.countdownExpired,
this.generatedDate,
this.paymentTypeCode,
this.paymentMethodCode,
this.paymentMethodName,
this.bankName});