Wasm Directoryalpha
Record

post-summary-journal-entry-params

No description available.

record post-summary-journal-entry-params {
  zuora-track-id: option​<string>,
  zuora-entity-ids: option​<string>,
  accounting-period-name: string,
  currency: string,
  journal-entry-date: string,
  journal-entry-items: list​<post-journal-entry-item-type>,
  notes: option​<string>,
  segments: option​<list​<post-journal-entry-segment-type>>,
  transferred-to-accounting: option​<post-journal-entry-type-transferred-to-accounting-enum>,
}

Fields

NameTypeDescription
zuora-track-idoption​<string>
zuora-entity-idsoption​<string>
accounting-period-namestring
currencystring
journal-entry-datestring
journal-entry-itemslist​<post-journal-entry-item-type>
notesoption​<string>
segmentsoption​<list​<post-journal-entry-segment-type>>
transferred-to-accountingoption​<post-journal-entry-type-transferred-to-accounting-enum>