stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.DeletedSku

Description

Contains the types generated from the schema DeletedSku

Synopsis

Documentation

data DeletedSku Source #

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

Constructors

DeletedSku 

Fields

  • deletedSkuId :: Text

    id: Unique identifier for the object.

    Constraints:

    • Maximum length of 5000

mkDeletedSku Source #

Create a new DeletedSku with all required fields.