fferpcore.TaxCalculationResponseTargetObjectglobal with sharing class TaxCalculationResponseTargetObject implements TargetObject This class represents the in-memory tax calculation response target object. This is meant to be used as a source in a Transform Service request. This class implements the following interfaces: Methods
TaxCalculationResponseTargetObjectglobal TaxCalculationResponseTargetObject() Create a TaxCalculationResponseTargetObject. TaxCalculationResponseTargetObjectglobal TaxCalculationResponseTargetObject(fferpcore.TaxCalculationService.TaxResponseLine taxLine) Create a fferpcore.TaxCalculationResponseTargetObject by passing in a tax line. Input Parameters
getglobal Object get(String fieldName) Get the current value of a field. Input Parameters
Return ValueThe current value associated with the given field name. putglobal void put(String fieldName, Object value) Set a value for the given field. Input Parameters
getLookupglobal fferpcore.TargetObject getLookup(String lookupName) Input Parameters
Return ValueThe TargetObject navigated by the given lookup. Returns null if the lookup is empty. A TargetObject may choose to lazy instantiate a lookup value if the DataTarget supports creation of lookups. getChildrenglobal fferpcore.TargetObjectList getChildren(String fieldName) Input Parameters
Return ValueReturns a NullTargetObjectList. getDataTypeglobal fferpcore.DataType getDataType(String fieldName) Get the data type of the given field. Input Parameters
Return ValueThe DataType of the given field. destroyglobal void destroy() Request that this target object is destroyed. Actual destruction may not occur immediately. This means that target objects that are destroyed may be returned by subsequent queries. isDestroyedglobal Boolean isDestroyed() Check whether the target object is destroyed. Return ValueReturns true if the target object has been marked as Destroyed. |