ReplyData constructor

ReplyData({
  1. String? addressInfoCode,
  2. String? factorCode,
  3. int? score,
  4. String? binCountry,
  5. String? cardIssuer,
  6. String? cardScheme,
  7. int? hostSeverity,
  8. String? internetInfoCode,
  9. String? ipRoutingMethod,
  10. String? scoreModelUsed,
  11. int? casePriority,
  12. String? providerTransactionId,
  13. String? velocityInfoCode,
})

Implementation

ReplyData(
    {this.addressInfoCode,
    this.factorCode,
    this.score,
    this.binCountry,
    this.cardIssuer,
    this.cardScheme,
    this.hostSeverity,
    this.internetInfoCode,
    this.ipRoutingMethod,
    this.scoreModelUsed,
    this.casePriority,
    this.providerTransactionId,
    this.velocityInfoCode});