Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.59 KB

GETAccountingCodeItemType.md

File metadata and controls

22 lines (18 loc) · 1.59 KB

GETAccountingCodeItemType

Properties

Name Type Description Notes
category str The category associated with the accounting code. [optional]
created_by str The ID of the user who created the accounting code. [optional]
created_on datetime Date and time when the accounting code was created. [optional]
gl_account_name str Name of the account in your general ledger. Field only available if you have Zuora Finance enabled. [optional]
gl_account_number str Account number in your general ledger. Field only available if you have Zuora Finance enabled. [optional]
id str ID of the accounting code. [optional]
name str Name of the accounting code. [optional]
notes str Any optional notes for the accounting code. [optional]
status str The accounting code status. [optional]
success bool Returns `true` if the request was processed successfully. [optional]
type str Accounting code type. Note that `On-Account Receivable` is only available if you enable the Invoice Settlement feature. [optional]
updated_by str The ID of the user who last updated the accounting code. [optional]
updated_on datetime Date and time when the accounting code was last updated. [optional]

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