ValidateChargeRequest constructor

ValidateChargeRequest(
  1. String otp,
  2. String flwRef, [
  3. bool isBankAccount = false
])

Implementation

ValidateChargeRequest(this.otp, this.flwRef, [this.isBankAccount = false]);