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

RecurlyClient.Types.PlanMini

Description

Contains the types generated from the schema PlanMini

Synopsis

Documentation

data PlanMini Source #

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

Just the important parts.

Constructors

PlanMini 

Fields

  • planMiniCode :: Maybe Text

    code: Unique code to identify the plan. This is used in Hosted Payment Page URLs and in the invoice exports.

    Constraints:

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

    id

    Constraints:

    • Maximum length of 13
  • planMiniName :: Maybe Text

    name: This name describes your plan and will appear on the Hosted Payment Page and the subscriber's invoice.

    Constraints:

    • Maximum length of 255
  • planMiniObject :: Maybe Text

    object

mkPlanMini :: PlanMini Source #

Create a new PlanMini with all required fields.