CODResponse constructor

CODResponse(
  1. CODPaymentResponse paymentResponse,
  2. bool merchantUserVerified
)

Implementation

CODResponse(this.paymentResponse, this.merchantUserVerified);