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

RecurlyClient.Types.DunningCampaignsBulkUpdate

Description

Contains the types generated from the schema DunningCampaignsBulkUpdate

Synopsis

Documentation

data DunningCampaignsBulkUpdate Source #

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

Constructors

DunningCampaignsBulkUpdate 

Fields

  • dunningCampaignsBulkUpdatePlan_codes :: Maybe [Text]

    plan_codes: List of `plan_codes` associated with the Plans for which the dunning campaign should be updated. Required unless `plan_ids` is present.

    Constraints:

    • Must have a maximum of 200 items
  • dunningCampaignsBulkUpdatePlan_ids :: Maybe [Text]

    plan_ids: List of `plan_ids` associated with the Plans for which the dunning campaign should be updated. Required unless `plan_codes` is present.

    Constraints:

    • Must have a maximum of 200 items