stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.IssuingDisputeNotReceivedEvidence

Description

Contains the types generated from the schema IssuingDisputeNotReceivedEvidence

Synopsis

Documentation

data IssuingDisputeNotReceivedEvidence Source #

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

Constructors

IssuingDisputeNotReceivedEvidence 

Fields

data IssuingDisputeNotReceivedEvidenceAdditionalDocumentation'Variants Source #

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

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

Instances

Instances details
Eq IssuingDisputeNotReceivedEvidenceAdditionalDocumentation'Variants Source # 
Instance details

Defined in StripeAPI.Types.IssuingDisputeNotReceivedEvidence

Show IssuingDisputeNotReceivedEvidenceAdditionalDocumentation'Variants Source # 
Instance details

Defined in StripeAPI.Types.IssuingDisputeNotReceivedEvidence

ToJSON IssuingDisputeNotReceivedEvidenceAdditionalDocumentation'Variants Source # 
Instance details

Defined in StripeAPI.Types.IssuingDisputeNotReceivedEvidence

FromJSON IssuingDisputeNotReceivedEvidenceAdditionalDocumentation'Variants Source # 
Instance details

Defined in StripeAPI.Types.IssuingDisputeNotReceivedEvidence

data IssuingDisputeNotReceivedEvidenceProductType' Source #

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

Whether the product was a merchandise or service.

Constructors

IssuingDisputeNotReceivedEvidenceProductType'Other Value

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

IssuingDisputeNotReceivedEvidenceProductType'Typed Text

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

IssuingDisputeNotReceivedEvidenceProductType'EnumMerchandise

Represents the JSON value "merchandise"

IssuingDisputeNotReceivedEvidenceProductType'EnumService

Represents the JSON value "service"