FixedAsset Class |
Namespace: Intuit.Ipp.Data
[SerializableAttribute] public class FixedAsset : IntuitEntity, IEntity
The FixedAsset type exposes the following members.
Name | Description | |
---|---|---|
![]() | FixedAsset | Initializes a new instance of the FixedAsset class |
Name | Description | |
---|---|---|
![]() | AcquiredAs |
Specifies whether the asset is new or used.
This will aid in calculating depreciation.[br /]
Length
Restriction:
QBO: 15
QBW: 1024
|
![]() | AcquiredAsSpecified | |
![]() | Active |
Whether or not active inactive fixed assets may
be hidden from most display purposes and may not be used on
financial transactions.
|
![]() | ActiveSpecified | |
![]() | AssetAccountRef |
Indicates the Fixed Asset account that tracks
the current value of the asset. If the same account is used for
all fixed assets, the current balance of this account will
represent the current total value of the fixed assets.[br /]
[br /]
Required for the create operation. [br /]
|
![]() | AssetNum |
QBW only: asset number. Maintained by the QB
Fixed Asset Manager.
|
![]() | AssetNumSpecified | |
![]() | AttachableRef |
Specifies entity name of the attachment from where the attachment was requested
(Inherited from IntuitEntity.) |
![]() | BookValue |
QBW only: the asset's cost or basis less
accumulated depreciation as of the end of the year. Maintained
by the QB Fixed Asset Manager.
|
![]() | BookValueSpecified | |
![]() | CostBasis |
QBW only: The total cost of the fixed asset.
This can include the cost of improvements or repairs. This
amount is used to calculate depreciation. Maintained by the QB
Fixed Asset Manager.
|
![]() | CostBasisSpecified | |
![]() | CustomField |
Product: QBW
Description: Custom field (or data extension).
Filterable: QBW
(Inherited from IntuitEntity.) |
![]() | Depreciation |
QBW only: the total amount of depreciation
expense since the fixed asset was acquired as of the end of the
year. Maintained by the QB Fixed Asset Manager.
|
![]() | DepreciationSpecified | |
![]() | Description |
Any description of the asset, like maker,
brand, and so on.
|
![]() | domain |
Product: ALL
Description: Domain in which the entity belongs.
(Inherited from IntuitEntity.) |
![]() | FixedAssetEx |
Internal use only: extension place holder for
FixedAsset
|
![]() | HeaderFull |
Property used for Select clauses. This property is not used for entity operation and Where and orderBy clauses.
(Inherited from IntuitEntity.) |
![]() | HeaderLite |
Property used for Select clauses. This property is not used for entity operation and Where and orderBy clauses.
(Inherited from IntuitEntity.) |
![]() | Id |
Product: ALL
Description: Unique Identifier for an Intuit entity (object). [br /]Required for the update operation.
Required: ALL
Filterable: ALL
(Inherited from IntuitEntity.) |
![]() | Location |
Information about where the asset is located or
has been placed into service.
|
![]() | MetaData |
Product: ALL
Description: Descriptive information about the entity. The MetaData values are set by Data Services and are read only for all applications.
(Inherited from IntuitEntity.) |
![]() | Name |
User recognizable name for the Fixed Asset
Item.[br /]
Length Restriction:
QBO: 15
QBW: 1024
|
![]() | NameAndId |
Property used for Select clauses. This property is not used for entity operation and Where and orderBy clauses.
(Inherited from IntuitEntity.) |
![]() | Notes |
Notes about the asset that might help to track
it properly, such as notes about repairs or upkeep.
|
![]() | Overview |
Property used for Select clauses. This property is not used for entity operation and Where and orderBy clauses.
(Inherited from IntuitEntity.) |
![]() | PONumber |
The purchase order number if a purchase order
was used to buy the asset.
|
![]() | PurchaseCost |
Specifies the asset's purchase price.
|
![]() | PurchaseCostSpecified | |
![]() | PurchaseDate |
Specifies the date the asset was purchased or
acquired.[br /]
Length Restriction:
QBO: 15
QBW: 1024
|
![]() | PurchaseDateSpecified | |
![]() | PurchaseDesc |
User entered purchase description for the fixed
asset which may include user entered information to further
describe the details of the purchase.
|
![]() | SalesDate |
Specifies the date the asset was sold.
|
![]() | SalesDateSpecified | |
![]() | SalesDesc |
User entered sales description for the fixed
asset which may include user entered information to further
describe the details of the sales.
|
![]() | SalesExpense |
Additional expenses incurred during the sale of
the asset.
|
![]() | SalesExpenseSpecified | |
![]() | SalesPrice |
Specifies the amount for which the asset was
sold.
|
![]() | SalesPriceSpecified | |
![]() | SerialNumber |
The serial number of the asset. For a vehicle,
it can be the VIN.
|
![]() | sparse |
Product: ALL
Description: True if the entity representation has a partial set of elements. Output only field.
(Inherited from IntuitEntity.) |
![]() | sparseSpecified | (Inherited from IntuitEntity.) |
![]() | status |
Product: ALL
Description: System status of the entity. Output only field.[br /]
Filterable: ALL
(Inherited from IntuitEntity.) |
![]() | statusSpecified | (Inherited from IntuitEntity.) |
![]() | SyncToken |
Product: ALL
Description: Version number of the entity. The SyncToken is used to lock the entity for use by one application at a time. As soon as an application modifies an entity, its SyncToken is incremented; another application's request to modify the entity with the same SyncToken will fail. Only the latest version of the entity is maintained by Data Services. An attempt to modify an entity specifying an older SyncToken will fail. [br /]Required for the update operation.
Required: ALL
(Inherited from IntuitEntity.) |
![]() | Vendor |
Specifies the name of the vendor or payee from
whom the asset was purchased.
|
![]() | WarrantyExpDate |
The date the warranty for the asset expires.
|
![]() | WarrantyExpDateSpecified |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |