recurly-client-0.0.0.1: 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 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.