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

RecurlyClient.Types.CustomField

Description

Contains the types generated from the schema CustomField

Synopsis

Documentation

data CustomField Source #

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

Constructors

CustomField 

Fields

  • customFieldName :: Text

    name: Fields must be created in the UI before values can be assigned to them.

    Constraints:

    • Maximum length of 50
    • Must match pattern '/^[a-z0-9_-]+$/i'
  • customFieldValue :: Text

    value: Any values that resemble a credit card number or security code (CVV/CVC) will be rejected.

    Constraints:

    • Maximum length of 255

mkCustomField Source #

Create a new CustomField with all required fields.