Qris constructor

Qris({
  1. String? qris,
  2. String? customerName,
  3. String? paymentType,
  4. String? idBilling,
  5. String? datetimeExpired,
  6. String? clientRefnum,
  7. String? trxAmount,
})

Implementation

Qris(
    {this.qris,
    this.customerName,
    this.paymentType,
    this.idBilling,
    this.datetimeExpired,
    this.clientRefnum,
    this.trxAmount});