Skip to content

Latest commit

 

History

History
52 lines (47 loc) · 5.03 KB

DebitMemoItem.md

File metadata and controls

52 lines (47 loc) · 5.03 KB

Zuora.Model.DebitMemoItem

Properties

Name Type Description Notes
id string Unique identifier for the object. [optional] [readonly]
updated_by_id string Unique identifier of the Zuora user who last updated the object [optional] [readonly]
updated_time DateTime The date and time when the object was last updated in ISO 8601 UTC format. [optional] [readonly]
created_by_id string Unique identifier of the Zuora user who created the object [optional] [readonly]
created_time DateTime The date and time when the object was created in ISO 8601 UTC format. [optional] [readonly]
custom_fields Dictionary<string, Object> Set of user-defined fields associated with this object. Useful for storing additional information about the object in a structured format. [optional]
custom_objects Dictionary<string, Object> The custom fields associated with an object. For more information about custom fields, see Manage custom fields. [optional] [readonly]
amount decimal The total amount of this debit memo item. [optional]
subtotal decimal The total amount of this debit memo item exclusive of tax. [optional]
description string An arbitrary string associated with the object. Often useful for displaying to users. [optional]
deferred_revenue_account string The accounting code for the deferred revenue, such as Monthly Recurring Liability. [optional]
on_account_account string The accounting code that maps to an on account in your accounting system. [optional]
recognized_revenue_account string The accounting code for the recognized revenue, such as Monthly Recurring Charges or Overage Charges. [optional]
revenue_recognition_rule_name string The name of the revenue recognition rule governing the revenue schedule. [optional]
quantity decimal The number of units of this item. [optional]
service_end string The end date of the service period associated with this debit memo item. If the associated charge is a one-time fee, then this date is the date of that charge. [optional]
service_start string The start date of the service period associated with this debit memo item. If the associated charge is a one-time fee, then this date is the date of that charge. [optional]
accounts_receivable_account string An active account in your Zuora Chart of Accounts. [optional]
discount_item bool If true, indicates that the item is a discount item. [optional]
applied_to_item_id string Identifier of an invoice item that this debit memo item is applied to. [optional]
accounting_code string [optional]
sku string The unique SKU (stock keeping unit) of the product associated with this item. [optional]
tax_inclusive bool This specifies if the debit memo item amount is inclusive or exclusive of tax. [optional]
remaining_balance decimal The remaining balance of this debit memo item. [optional]
unit_of_measure string Specifies the units used to measure usage. [optional]
unit_amount decimal Unit amount of the debit memo item. [optional]
name string Name of the billing document item displayed to customers on the billing document. [optional]
price_id string The identifier of the price this debit memo item is associated with. [optional]
purchase_order_number string The purchase order number associated with this debit memo item. [optional]
tax decimal The amount of tax applied to the debit memo item. [optional]
tax_code string The designated tax code. [optional]
subscription_id string The identifier of the subscription associated with the debit memo item. [optional]
subscription_item_id string The identifier the subscription item associated with this debit memo item. [optional]
invoice_item_id string The identifier of the invoice item associated with this debit memo item. [optional]
document_item_date DateTime The date when the debit memo item takes effect. [optional]
taxation_items TaxationItemListResponse [optional]
debit_memo DebitMemo The related debit memo. [optional]
debit_memo_id string The related debit memo id. [optional]
subscription Subscription List of customer subscriptions. [optional] [readonly]
subscription_item SubscriptionItem The expandable subscription item associated with this billing document item. [optional]

[Back to Model list] [Back to API list] [Back to README]