recurly-client-0.1.0.0: Client for Recurly subscription management
Safe HaskellSafe-Inferred
LanguageHaskell2010

RecurlyClient.Types.SubscriptionPurchase

Description

Contains the types generated from the schema SubscriptionPurchase

Synopsis

Documentation

data SubscriptionPurchase Source #

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

Constructors

SubscriptionPurchase 

Fields

data SubscriptionPurchaseRevenue_schedule_type Source #

Defines the enum schema located at components.schemas.SubscriptionPurchase.properties.revenue_schedule_type in the specification.

Constructors

SubscriptionPurchaseRevenue_schedule_typeOther Value

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

SubscriptionPurchaseRevenue_schedule_typeTyped Text

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

SubscriptionPurchaseRevenue_schedule_typeEnumAt_range_end

Represents the JSON value "at_range_end"

SubscriptionPurchaseRevenue_schedule_typeEnumAt_range_start

Represents the JSON value "at_range_start"

SubscriptionPurchaseRevenue_schedule_typeEnumEvenly

Represents the JSON value "evenly"

SubscriptionPurchaseRevenue_schedule_typeEnumNever

Represents the JSON value "never"