Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 508 Bytes

IssuerFraudView.md

File metadata and controls

24 lines (18 loc) · 508 Bytes

Marqeta::IssuerFraudView

Properties

Name Type Description Notes
score Integer [optional]
risk_level String [optional]
rule_violations Array<String> [optional]
recommended_action String [optional]

Example

require 'marqeta'

instance = Marqeta::IssuerFraudView.new(
  score: null,
  risk_level: null,
  rule_violations: null,
  recommended_action: null
)