stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.DeletedPrice

Description

Contains the types generated from the schema DeletedPrice

Synopsis

Documentation

data DeletedPrice Source #

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

Constructors

DeletedPrice 

Fields

  • deletedPriceId :: Text

    id: Unique identifier for the object.

    Constraints:

    • Maximum length of 5000

mkDeletedPrice Source #

Create a new DeletedPrice with all required fields.