StatusResponse constructor
StatusResponse({})
Implementation
StatusResponse({
required this.paid,
required this.status,
required this.amount,
required this.reference,
required this.hash,
required this.paynowreference,
});