NaverInterface constructor

NaverInterface({
  1. String? cpaInflowCode,
  2. String? naverInflowCode,
  3. String? saClickId,
  4. String? merchantCustomCode1,
  5. String? merchantCustomCode2,
})

Implementation

NaverInterface({
  this.cpaInflowCode,
  this.naverInflowCode,
  this.saClickId,
  this.merchantCustomCode1,
  this.merchantCustomCode2,
});