| TxnTaxDetail Class |
Namespace: Intuit.Ipp.Data
[SerializableAttribute] public class TxnTaxDetail
The TxnTaxDetail type exposes the following members.
| Name | Description | |
|---|---|---|
| TxnTaxDetail | Initializes a new instance of the TxnTaxDetail class |
| Name | Description | |
|---|---|---|
| DefaultTaxCodeRef |
Product: QBW
Description: Reference to the default tax code that applies to the transaction
as a whole.
In Quickbooks desktop, this maps to CustomerTaxCode in Invoice and
VendorTaxCode in Bill.
[span style="display: none"] I18n: US [/span]
| |
| TaxLine |
Product: ALL
Description: This must be a Line whose LineDetailType is TaxLineDetail.
| |
| TotalTax |
Product: ALL
Description: Total tax calculated for the transaction, excluding any embedded
tax lines.
| |
| TotalTaxSpecified | ||
| TxnTaxCodeRef |
Product: All
Description: Reference to the
transaction tax code. For US editions only.
Note that the US tax model can have just a single tax code for the
entire transaction.
|
| 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.) |