stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.IssuingDisputeOtherEvidence

Description

Contains the types generated from the schema IssuingDisputeOtherEvidence

Synopsis

Documentation

data IssuingDisputeOtherEvidence Source #

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

Constructors

IssuingDisputeOtherEvidence 

Fields

data IssuingDisputeOtherEvidenceAdditionalDocumentation'Variants Source #

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

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

Instances

Instances details
Eq IssuingDisputeOtherEvidenceAdditionalDocumentation'Variants Source # 
Instance details

Defined in StripeAPI.Types.IssuingDisputeOtherEvidence

Show IssuingDisputeOtherEvidenceAdditionalDocumentation'Variants Source # 
Instance details

Defined in StripeAPI.Types.IssuingDisputeOtherEvidence

ToJSON IssuingDisputeOtherEvidenceAdditionalDocumentation'Variants Source # 
Instance details

Defined in StripeAPI.Types.IssuingDisputeOtherEvidence

FromJSON IssuingDisputeOtherEvidenceAdditionalDocumentation'Variants Source # 
Instance details

Defined in StripeAPI.Types.IssuingDisputeOtherEvidence

data IssuingDisputeOtherEvidenceProductType' Source #

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

Whether the product was a merchandise or service.

Constructors

IssuingDisputeOtherEvidenceProductType'Other Value

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

IssuingDisputeOtherEvidenceProductType'Typed Text

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

IssuingDisputeOtherEvidenceProductType'EnumMerchandise

Represents the JSON value "merchandise"

IssuingDisputeOtherEvidenceProductType'EnumService

Represents the JSON value "service"