stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.Issuing_Dispute

Description

Contains the types generated from the schema Issuing_Dispute

Synopsis

Documentation

data Issuing'dispute Source #

Defines the object schema located at components.schemas.issuing.dispute in the specification.

As a card issuer, you can dispute transactions that the cardholder does not recognize, suspects to be fraudulent, or has other issues with.

Related guide: Disputing Transactions

Constructors

Issuing'dispute 

Fields

data Issuing'disputeStatus' Source #

Defines the enum schema located at components.schemas.issuing.dispute.properties.status in the specification.

Current status of the dispute.

Constructors

Issuing'disputeStatus'Other Value

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

Issuing'disputeStatus'Typed Text

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

Issuing'disputeStatus'EnumExpired

Represents the JSON value "expired"

Issuing'disputeStatus'EnumLost

Represents the JSON value "lost"

Issuing'disputeStatus'EnumSubmitted

Represents the JSON value "submitted"

Issuing'disputeStatus'EnumUnsubmitted

Represents the JSON value "unsubmitted"

Issuing'disputeStatus'EnumWon

Represents the JSON value "won"

data Issuing'disputeTransaction'Variants Source #

Defines the oneOf schema located at components.schemas.issuing.dispute.properties.transaction.anyOf in the specification.

The transaction being disputed.