EdfaPgSale3dsRedirectParams constructor

EdfaPgSale3dsRedirectParams({
  1. String? paReq,
  2. String? md,
  3. String? termUrl,
})

Implementation

EdfaPgSale3dsRedirectParams({
    this.paReq,
    this.md,
    this.termUrl,});