CreditChargeResponse constructor

CreditChargeResponse({
  1. String? authCode,
  2. String? cCTransId,
  3. CCPaymentStatusEnum? status,
  4. DateTime? txnAuthorizationTime,
})

Implementation

CreditChargeResponse({
  this.authCode, this.cCTransId, this.status, this.txnAuthorizationTime
});