stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.DeletedDiscount

Description

Contains the types generated from the schema DeletedDiscount

Synopsis

Documentation

data DeletedDiscount Source #

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

Constructors

DeletedDiscount 

Fields

data DeletedDiscountCustomer'Variants Source #

Defines the oneOf schema located at components.schemas.deleted_discount.properties.customer.anyOf in the specification.

The ID of the customer associated with this discount.

data DeletedDiscountPromotionCode'Variants Source #

Defines the oneOf schema located at components.schemas.deleted_discount.properties.promotion_code.anyOf in the specification.

The promotion code applied to create this discount.