stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.TransformUsage

Description

Contains the types generated from the schema TransformUsage

Synopsis

Documentation

data TransformUsage Source #

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

Constructors

TransformUsage 

Fields

data TransformUsageRound' Source #

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

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

Constructors

TransformUsageRound'Other Value

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

TransformUsageRound'Typed Text

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

TransformUsageRound'EnumDown

Represents the JSON value "down"

TransformUsageRound'EnumUp

Represents the JSON value "up"