stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.CreditNoteLineItem

Description

Contains the types generated from the schema CreditNoteLineItem

Synopsis

Documentation

data CreditNoteLineItem Source #

Defines the data type for the schema credit_note_line_item

Constructors

CreditNoteLineItem 

Fields

data CreditNoteLineItemType' Source #

Defines the enum schema credit_note_line_itemType'

The type of the credit note line item, one of `invoice_line_item` or `custom_line_item`. When the type is `invoice_line_item` there is an additional `invoice_line_item` property on the resource the value of which is the id of the credited line item on the invoice.