stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.DeletedPlan

Description

Contains the types generated from the schema DeletedPlan

Synopsis

Documentation

data DeletedPlan Source #

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

Constructors

DeletedPlan 

Fields

  • deletedPlanId :: Text

    id: Unique identifier for the object.

    Constraints:

    • Maximum length of 5000

mkDeletedPlan Source #

Create a new DeletedPlan with all required fields.