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

RecurlyClient.TypeAlias

Description

Contains all types with cyclic dependencies (between each other or to itself)

Synopsis

Documentation

type ExternalProductReferenceConnectionType = Text Source #

Defines an alias for the schema located at components.schemas.ExternalProductReferenceConnectionType in the specification.

Represents the connection type. One of the connection types of your enabled App Connectors

type CustomFields = [CustomField] Source #

Defines an alias for the schema located at components.schemas.CustomFields in the specification.

The custom fields will only be altered when they are included in a request. Sending an empty array will not remove any existing values. To remove a field send the name with a null or empty value.