Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
RecurlyClient.TypeAlias
Description
Contains all types with cyclic dependencies (between each other or to itself)
Synopsis
- type ExternalProductReferenceConnectionType = Text
- type CustomFields = [CustomField]
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.