Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 6.77 KB

File metadata and controls

39 lines (35 loc) · 6.77 KB

ProxyGetInvoiceItemAdjustment

Properties

Name Type Description Notes
invoice_item_adjustment_integration_id__ns str ID of the corresponding object in NetSuite. Only available if you have installed the Zuora Connector for NetSuite. [optional]
invoice_item_adjustment_integration_status__ns str Status of the invoice item adjustment's synchronization with NetSuite. Only available if you have installed the Zuora Connector for NetSuite. [optional]
invoice_item_adjustment_sync_date__ns str Date when the invoice item adjustment was synchronized with NetSuite. Only available if you have installed the Zuora Connector for NetSuite. [optional]
account_id str The ID of the account that owns the invoice. Values: inherited from `Account.ID` for the invoice owner [optional]
accounting_code str The accounting code for the invoice item. Accounting codes group transactions that contain similar accounting attributes. Character limit: 100 Values: inherited from `InvoiceItem.AccountingCode` [optional]
adjustment_date date The date when the invoice item adjustment is applied, in `yyyy-mm-dd` format. This date must be the same as the invoice's date or later. Character limit: 29 [optional]
adjustment_number str A unique string to identify an individual invoice item adjustment. Character limit: 255 Values: automatically generated [optional]
amount float The amount of the invoice item adjustment. The value of Amount must be positive. Use the required parameter Type to either credit or charge (debit) this amount on the invoice. Character limit: 16 Values: a valid currency amount [optional]
cancelled_by_id str The ID of the Zuora user who canceled the invoice item adjustment. Zuora generates this read-only field only if the adjustment is canceled. Character limit: 32 Values: automatically generated [optional]
cancelled_date datetime The date when the invoice item adjustment is canceled. Zuora generates this read-only field if this adjustment is canceled. Character limit: 29 Values: automatically generated [optional]
comment str Use this field to record comments about the invoice item adjustment. Character limit: 255 Values: a string of 255 characters or fewer [optional]
created_by_id str The user ID of the person who created the invoice item. Character limit: 32 Values: automatically generated [optional]
created_date datetime The date the invoice item was created. Character limit: 29 Values: automatically generated [optional]
customer_name str The name of the account that owns the associated invoice. Character limit: 50 Values: inherited from `Account.Name` Note: This value changes if `Account.Name` is updated. The values of `UpdatedById` and `UpdatedDate` for the `InvoiceItemAdjustment` do not change when `Account.Name` is updated. [optional]
customer_number str The unique account number of the customer's account. Character limit: 50 Values: inherited from `Account.AccountNumber` Note: This value changes if `Account.AccountNumber` is updated. The values of `UpdatedById` and `UpdatedDate` for the `InvoiceItemAdjustment` do not change when `Account.AccountNumber` is updated. [optional]
id str Object identifier. [optional]
invoice_id str The ID of the invoice associated with the adjustment. The adjustment invoice item is in this invoice. This field is optional if you specify a value for the `InvoiceNumber` field. Character limit: 3 Values: a valid invoice ID [optional]
invoice_item_name str The name of the invoice item's charge. This field is required in the Query call, but is inherited in other calls. Character limit: 255 Values: inherited from `InvoiceItem.ChargeName` [optional]
invoice_number str The unique identification number for the invoice that contains the invoice item. This field is optional if you specify a value for the `InvoiceId` field. Character limit: 32 Values: a valid invoice number [optional]
reason_code str A code identifying the reason for the transaction. Must be an existing reason code or empty. If you do not specify a value, Zuora uses the default reason code. Character limit: 32 V****alues: a valid reason code [optional]
reference_id str A code to reference an object external to Zuora. For example, you can use this field to reference a case number in an external system. Character limit: 60 Values: a string of 60 characters or fewer [optional]
service_end_date date The end date of the service period associated with the invoice item. Service ends one second before the date in this value. Character limit: 29 [optional]
service_start_date date The start date of the service period associated with the invoice item. Service ends one second before the date in this value. Character limit: 29 [optional]
source_id str The ID of the item specified in the SourceType field. Character limit: 32 Values: a valid invoice item ID or taxation item ID [optional]
source_type str The type of adjustment. Character limit: 13 Values: InvoiceDetail, Tax [optional]
status str The status of the invoice item adjustment. This field is required in the Query call, but is automatically generated in other calls. Character limit: 9 Values: Canceled, Processed [optional]
transferred_to_accounting str Indicates the status of the adjustment's transfer to an external accounting system, such as NetSuite. Character limit: 10 Values: Processing, Yes, Error, Ignore [optional]
type str Query Filter [optional]
updated_by_id str The ID of the user who last updated the invoice item. Character limit: 32 Values: automatically generated [optional]
updated_date datetime The date when the invoice item was last updated. Character limit: 29 Values: automatically generated [optional]

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