PaymentResponse constructor
PaymentResponse({})
Implementation
PaymentResponse({
required this.success,
this.responseCode,
this.transactionReferenceNumber,
this.message,
this.responseData,
});
PaymentResponse({
required this.success,
this.responseCode,
this.transactionReferenceNumber,
this.message,
this.responseData,
});