recurly-client-0.1.0.0: Client for Recurly subscription management
Safe HaskellSafe-Inferred
LanguageHaskell2010

RecurlyClient.Types.TransactionFraudInfo

Description

Contains the types generated from the schema TransactionFraudInfo

Synopsis

Documentation

data TransactionFraudInfo Source #

Defines the object schema located at components.schemas.TransactionFraudInfo in the specification.

Constructors

TransactionFraudInfo 

Fields

data TransactionFraudInfoDecision Source #

Defines the enum schema located at components.schemas.TransactionFraudInfo.properties.decision in the specification.

Constructors

TransactionFraudInfoDecisionOther Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

TransactionFraudInfoDecisionTyped Text

This constructor can be used to send values to the server which are not present in the specification yet.

TransactionFraudInfoDecisionEnumApprove

Represents the JSON value "approve"

TransactionFraudInfoDecisionEnumDecline

Represents the JSON value "decline"

TransactionFraudInfoDecisionEnumEscalate

Represents the JSON value "escalate"

TransactionFraudInfoDecisionEnumReview

Represents the JSON value "review"