stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.IssuingDisputeCanceledEvidence

Description

Contains the types generated from the schema IssuingDisputeCanceledEvidence

Synopsis

Documentation

data IssuingDisputeCanceledEvidence Source #

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

Constructors

IssuingDisputeCanceledEvidence 

Fields

data IssuingDisputeCanceledEvidenceAdditionalDocumentation'Variants Source #

Defines the oneOf schema located at components.schemas.issuing_dispute_canceled_evidence.properties.additional_documentation.anyOf in the specification.

(ID of a file upload) Additional documentation supporting the dispute.

Instances

Instances details
Eq IssuingDisputeCanceledEvidenceAdditionalDocumentation'Variants Source # 
Instance details

Defined in StripeAPI.Types.IssuingDisputeCanceledEvidence

Show IssuingDisputeCanceledEvidenceAdditionalDocumentation'Variants Source # 
Instance details

Defined in StripeAPI.Types.IssuingDisputeCanceledEvidence

ToJSON IssuingDisputeCanceledEvidenceAdditionalDocumentation'Variants Source # 
Instance details

Defined in StripeAPI.Types.IssuingDisputeCanceledEvidence

FromJSON IssuingDisputeCanceledEvidenceAdditionalDocumentation'Variants Source # 
Instance details

Defined in StripeAPI.Types.IssuingDisputeCanceledEvidence

data IssuingDisputeCanceledEvidenceProductType' Source #

Defines the enum schema located at components.schemas.issuing_dispute_canceled_evidence.properties.product_type in the specification.

Whether the product was a merchandise or service.

Constructors

IssuingDisputeCanceledEvidenceProductType'Other Value

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

IssuingDisputeCanceledEvidenceProductType'Typed Text

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

IssuingDisputeCanceledEvidenceProductType'EnumMerchandise

Represents the JSON value "merchandise"

IssuingDisputeCanceledEvidenceProductType'EnumService

Represents the JSON value "service"

data IssuingDisputeCanceledEvidenceReturnStatus' Source #

Defines the enum schema located at components.schemas.issuing_dispute_canceled_evidence.properties.return_status in the specification.

Result of cardholder's attempt to return the product.

Constructors

IssuingDisputeCanceledEvidenceReturnStatus'Other Value

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

IssuingDisputeCanceledEvidenceReturnStatus'Typed Text

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

IssuingDisputeCanceledEvidenceReturnStatus'EnumMerchantRejected

Represents the JSON value "merchant_rejected"

IssuingDisputeCanceledEvidenceReturnStatus'EnumSuccessful

Represents the JSON value "successful"