| UpdateTaxCodeDetermination Method | |
| See Also |
- pITaxCodeDetermination
- The data for the tax code determination rule to be updated. The TaxCodeDetermination object must contain the key of the object to be updated.
Updates an existing tax code determination rule.
The data for the tax code determination rule, including the key of the tax code determination rule to be updated, is contained in the TaxCodeDetermination object passed to the method. To update a tax code determination rule, you must first retrieve it using the GetTaxCodeDetermination method.
| Visual Basic |
|---|
Public Sub UpdateTaxCodeDetermination( _
ByVal pITaxCodeDetermination As TaxCodeDetermination _
) |
- pITaxCodeDetermination
- The data for the tax code determination rule to be updated. The TaxCodeDetermination object must contain the key of the object to be updated.