QuickBooks Integrator 2020 .NET Edition

Questions / Feedback?

ManuallyClosed Property

Whether the purchase order is manually closed.

Syntax

public ManuallyCloseds ManuallyClosed { get; set; }

enum PurchaseorderManuallyCloseds { mcNotSet, mcManuallyClosed, mcNotManuallyClosed }
Public Property ManuallyClosed As ManuallyCloseds

Enum PurchaseorderManuallyCloseds mcNotSet mcManuallyClosed mcNotManuallyClosed End Enum

Default Value

0

Remarks

If true, the purchase order is manually closed, even if not all of its line items have been invoiced.

This may also be set for individual line items via ManuallyClosed.

Only applicable to Update transactions.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 .NET Edition - Version 20.0 [Build 7941]