ResponsePaymentQr constructor

ResponsePaymentQr({
  1. String? timestamp,
  2. int? code,
  3. String? status,
  4. String? message,
  5. Qris? data,
})

Implementation

ResponsePaymentQr(
    {this.timestamp, this.code, this.status, this.message, this.data});