stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.IssuingDisputeEvidence

Description

Contains the types generated from the schema IssuingDisputeEvidence

Synopsis

Documentation

data IssuingDisputeEvidence Source #

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

data IssuingDisputeEvidenceReason' Source #

Defines the enum schema located at components.schemas.issuing_dispute_evidence.properties.reason in the specification.

The reason for filing the dispute. Its value will match the field containing the evidence.

Constructors

IssuingDisputeEvidenceReason'Other Value

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

IssuingDisputeEvidenceReason'Typed Text

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

IssuingDisputeEvidenceReason'EnumCanceled

Represents the JSON value "canceled"

IssuingDisputeEvidenceReason'EnumDuplicate

Represents the JSON value "duplicate"

IssuingDisputeEvidenceReason'EnumFraudulent

Represents the JSON value "fraudulent"

IssuingDisputeEvidenceReason'EnumMerchandiseNotAsDescribed

Represents the JSON value "merchandise_not_as_described"

IssuingDisputeEvidenceReason'EnumNotReceived

Represents the JSON value "not_received"

IssuingDisputeEvidenceReason'EnumOther

Represents the JSON value "other"

IssuingDisputeEvidenceReason'EnumServiceNotAsDescribed

Represents the JSON value "service_not_as_described"