DebitResponse constructor

DebitResponse(
  1. DebitStatus status,
  2. String? tranId,
  3. int? amtDebited,
  4. int? tip,
  5. int? remainingBalance,
  6. String? last4,
  7. String? reason,
  8. int? earnCashback,
  9. String? memberId,
)

Implementation

DebitResponse(this.status, this.tranId, this.amtDebited, this.tip, this.remainingBalance,
    this.last4,
    this.reason, this.earnCashback, this.memberId);