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

RecurlyClient.Types.SubscriptionChange

Description

Contains the types generated from the schema SubscriptionChange

Synopsis

Documentation

data SubscriptionChange Source #

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

Constructors

SubscriptionChange 

Fields

mkSubscriptionChange :: SubscriptionChange Source #

Create a new SubscriptionChange with all required fields.

data SubscriptionChangeRevenue_schedule_type Source #

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

Constructors

SubscriptionChangeRevenue_schedule_typeOther Value

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

SubscriptionChangeRevenue_schedule_typeTyped Text

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

SubscriptionChangeRevenue_schedule_typeEnumAt_range_end

Represents the JSON value "at_range_end"

SubscriptionChangeRevenue_schedule_typeEnumAt_range_start

Represents the JSON value "at_range_start"

SubscriptionChangeRevenue_schedule_typeEnumEvenly

Represents the JSON value "evenly"

SubscriptionChangeRevenue_schedule_typeEnumNever

Represents the JSON value "never"