ChargeResponse constructor

ChargeResponse({
  1. String? status,
  2. bool? success,
  3. String? transactionId,
  4. String? txRef,
})

Implementation

ChargeResponse({this.status, this.success, this.transactionId, this.txRef});