Pending Invoice Item object

Overview

This object is returned by some of the endpoints in this section and represents a pending invoice item.

Properties

  • id (String): Invoice item ID.
  • subscriptionId (String): Subscription ID.
  • quantity (Number): Quantity.
  • discountAmount (Number): Discount amount.
  • productPriceId (String): Product price ID.
  • productId (String): Product ID.
  • name (String): Name.
  • amount (Number): Amount.
  • unitPrice (Number): Unit price.
  • coupons (Array): Coupons used for this item represented by an array of coupon objects.
  • createdDate (String): Date and time the item was created.