Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema SubscriptionScheduleAddInvoiceItem
Documentation
data SubscriptionScheduleAddInvoiceItem Source #
Defines the object schema located at components.schemas.subscription_schedule_add_invoice_item
in the specification.
An Add Invoice Item describes the prices and quantities that will be added as pending invoice items when entering a phase.
SubscriptionScheduleAddInvoiceItem | |
|
mkSubscriptionScheduleAddInvoiceItem Source #
Create a new SubscriptionScheduleAddInvoiceItem
with all required fields.
data SubscriptionScheduleAddInvoiceItemPrice'Variants Source #
Defines the oneOf schema located at components.schemas.subscription_schedule_add_invoice_item.properties.price.anyOf
in the specification.
ID of the price used to generate the invoice item.
SubscriptionScheduleAddInvoiceItemPrice'Text Text | |
SubscriptionScheduleAddInvoiceItemPrice'Price Price | |
SubscriptionScheduleAddInvoiceItemPrice'DeletedPrice DeletedPrice |