QuickbooksCreditChargeResponse constructor

QuickbooksCreditChargeResponse({
  1. String? status,
  2. String? authCode,
  3. DateTime? txnAuthorizationTime,
  4. String? CCTransid,
})

Implementation

QuickbooksCreditChargeResponse({
  this.status,
  this.authCode,
  this.txnAuthorizationTime,
  this.CCTransid,
});