Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 2.29 KB

GETAccountingPeriodType.md

File metadata and controls

26 lines (23 loc) · 2.29 KB

Zuora::GETAccountingPeriodType

Properties

Name Type Description Notes
created_by String ID of the user who created the accounting period. [optional]
created_on DateTime Date and time when the accounting period was created. [optional]
custom_field__c String Any custom fields defined for this object. The custom field name is case-sensitive. [optional]
end_date Date The end date of the accounting period. [optional]
file_ids GETAccountingPeriodTypeFileIds [optional]
fiscal_year String Fiscal year of the accounting period. [optional]
fiscal_quarter Integer [optional]
id String ID of the accounting period. [optional]
name String Name of the accounting period. [optional]
notes String Any optional notes about the accounting period. [optional]
run_trial_balance_end DateTime Date and time that the trial balance was completed. If the trial balance status is `Pending`, `Processing`, or `Error`, this field is `null`. [optional]
run_trial_balance_error_message String If trial balance status is Error, an error message is returned in this field. [optional]
run_trial_balance_start DateTime Date and time that the trial balance was run. If the trial balance status is Pending, this field is null. [optional]
run_trial_balance_status String Status of the trial balance for the accounting period. Possible values: * `Pending` * `Processing` * `Completed` * `Error` [optional]
start_date Date The start date of the accounting period. [optional]
status String Status of the accounting period. Possible values: * `Open` * `PendingClose` * `Closed` [optional]
success BOOLEAN Returns `true` if the request was processed successfully. [optional]
updated_by String ID of the user who last updated the accounting period. [optional]
updated_on DateTime Date and time when the accounting period was last updated. [optional]