paymentHold

Payment Hold audit information including users, dates, and payment hold types.

Fields

Field Name Data Type Description
id Int ID associated to the invoice.
name String Name of hold.
holdState String Indicates whether a hold is active or Inactive.
datePlaced DateTime Date the hold was placed.
dateReleased DateTime Date the hold was released.
placeMethod String Method in which the hold was placed.
reasonPlaced String Reason on hold.
reasonReleased String Reason released.
releaseMethod String Method in which the hold was released.
isDeleted Boolean Indicates this record was deleted due to the deletion of the held invoice.
dateModified DateTime Date the hold was last placed or released.
releasedBy BasicUserSubgraph Name of user who manually released the hold.
placedBy BasicUserSubgraph Name of user who manually placed the hold.
invoice InvoiceSubgraph Invoice associated with the hold record.
pageInfo PageInfo Provides page results and total results.