stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.TransformQuantity

Description

Contains the types generated from the schema TransformQuantity

Synopsis

Documentation

data TransformQuantity Source #

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

Constructors

TransformQuantity 

Fields

data TransformQuantityRound' Source #

Defines the enum schema located at components.schemas.transform_quantity.properties.round in the specification.

After division, either round the result `up` or `down`.

Constructors

TransformQuantityRound'Other Value

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

TransformQuantityRound'Typed Text

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

TransformQuantityRound'EnumDown

Represents the JSON value "down"

TransformQuantityRound'EnumUp

Represents the JSON value "up"