stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.IssuingCardShipping

Description

Contains the types generated from the schema IssuingCardShipping

Synopsis

Documentation

data IssuingCardShipping Source #

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

Constructors

IssuingCardShipping 

Fields

data IssuingCardShippingCarrier' Source #

Defines the enum schema located at components.schemas.issuing_card_shipping.properties.carrier in the specification.

The delivery company that shipped a card.

Constructors

IssuingCardShippingCarrier'Other Value

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

IssuingCardShippingCarrier'Typed Text

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

IssuingCardShippingCarrier'EnumDhl

Represents the JSON value "dhl"

IssuingCardShippingCarrier'EnumFedex

Represents the JSON value "fedex"

IssuingCardShippingCarrier'EnumRoyalMail

Represents the JSON value "royal_mail"

IssuingCardShippingCarrier'EnumUsps

Represents the JSON value "usps"

data IssuingCardShippingService' Source #

Defines the enum schema located at components.schemas.issuing_card_shipping.properties.service in the specification.

Shipment service, such as `standard` or `express`.

Constructors

IssuingCardShippingService'Other Value

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

IssuingCardShippingService'Typed Text

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

IssuingCardShippingService'EnumExpress

Represents the JSON value "express"

IssuingCardShippingService'EnumPriority

Represents the JSON value "priority"

IssuingCardShippingService'EnumStandard

Represents the JSON value "standard"

data IssuingCardShippingStatus' Source #

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

The delivery status of the card.

Constructors

IssuingCardShippingStatus'Other Value

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

IssuingCardShippingStatus'Typed Text

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

IssuingCardShippingStatus'EnumCanceled

Represents the JSON value "canceled"

IssuingCardShippingStatus'EnumDelivered

Represents the JSON value "delivered"

IssuingCardShippingStatus'EnumFailure

Represents the JSON value "failure"

IssuingCardShippingStatus'EnumPending

Represents the JSON value "pending"

IssuingCardShippingStatus'EnumReturned

Represents the JSON value "returned"

IssuingCardShippingStatus'EnumShipped

Represents the JSON value "shipped"

data IssuingCardShippingType' Source #

Defines the enum schema located at components.schemas.issuing_card_shipping.properties.type in the specification.

Packaging options.

Constructors

IssuingCardShippingType'Other Value

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

IssuingCardShippingType'Typed Text

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

IssuingCardShippingType'EnumBulk

Represents the JSON value "bulk"

IssuingCardShippingType'EnumIndividual

Represents the JSON value "individual"