commercestoretax.CalculateTaxesResponseLineItem
Response class for CalculateTaxesResponseLineItem API invocation.
Constructors
global CalculateTaxesResponseLineItem()
Constructor for CalculateTaxesResponseLineItem object. No-Arg Constructor.
Methods
global String getLineId()
Get ‘CalculateTaxesResponseLineItem.LineId’.
Returns
global void setLineId(String lineId)
Set ‘CalculateTaxesResponseLineItem.LineId’.
Returns
global String getProductId()
Get ‘CalculateTaxesResponseLineItem.ProductId’.
Returns
global void setProductId(String productId)
Set ‘CalculateTaxesResponseLineItem.ProductId’.
Returns
global Decimal getNetUnitPrice()
Get ‘CalculateTaxesResponseLineItem.NetUnitPrice’.
Returns
global void setNetUnitPrice(Decimal netUnitPrice)
Set ‘CalculateTaxesResponseLineItem.NetUnitPrice’.
Returns
global Decimal getTotalLineTaxAmount()
Get ‘CalculateTaxesResponseLineItem.TotalLineTaxAmount’.
Returns
global void setTotalLineTaxAmount(Decimal totalLineTaxAmount)
Set ‘CalculateTaxesResponseLineItem.TotalLineTaxAmount’.
Returns
global Decimal getTotalAdjustmentTaxAmount()
Get ‘CalculateTaxesResponseLineItem.TotalAdjustmentTaxAmount’.
Returns
global void setTotalAdjustmentTaxAmount(Decimal totalAdjustmentTaxAmount)
Set ‘CalculateTaxesResponseLineItem.TotalAdjustmentTaxAmount’.
Returns
global Decimal getTotalTieredAdjustmentTaxAmount()
Get ‘CalculateTaxesResponseLineItem.TotalTieredAdjustmentTaxAmount’.
Returns
global void setTotalTieredAdjustmentTaxAmount(Decimal totalTieredAdjustmentTaxAmount)
Set ‘CalculateTaxesResponseLineItem.TotalTieredAdjustmentTaxAmount’.
Returns
global Decimal getTotalPriceTaxAmount()
Get ‘CalculateTaxesResponseLineItem.TotalPriceTaxAmount’.
Returns
global void setTotalPriceTaxAmount(Decimal totalPriceTaxAmount)
Set ‘CalculateTaxesResponseLineItem.TotalPriceTaxAmount’.
Returns
global String getCommitId()
Returns commitId if the taxes were committed when calculated
Returns
global void setCommitId(String commitId)
Set ‘CalculateTaxesRequestLineItem.CommitId’.
Returns
global Datetime getTransactionDate()
Get the Transaction Date for the request
Returns
global void setTransactionDate(Datetime transactionDate)
Set ‘CalculateTaxesRequestLineItem.TransactionDate’.
Returns
global Datetime getEffectiveDate()
Get the Effective Date for the request
Returns
global void setEffectiveDate(Datetime effectiveDate)
Set ‘CalculateTaxesRequestLineItem.EffectiveDate’.
Returns
global TaxInfoCollection getTaxInfoList()
Returns the list of TaxInfo return commercestoretax.TaxInfo
global void removeTaxInfo(TaxInfo taxInfoToRemove)
Removes one element from a list of TaxInfo
Returns
global void addTaxInfo(TaxInfo taxInfoToAdd)
Adds one element from a list of TaxInfo
Returns
global TaxAdjustmentCollection getTaxAdjustments()
Returns the list of TaxAdjustment return commercestoretax.TaxAdjustment
global void removeTaxAdjustment(TaxAdjustment taxAdjustmentToRemove)
Removes one element from a list of TaxAdjustment
Returns
global void addTaxAdjustment(TaxAdjustment taxAdjustmentToAdd)
Adds one element from a list of TaxAdjustment
Returns
global Boolean getSuccess()
Returns true if the execution is successful , false otherwise.
Returns
global String getErrorMessage()
Get ‘CalculateTaxesResponseLineItem.ErrorMessage’.
Returns
global String getLocalizedErrorMessage()
Get ‘CalculateTaxesResponseLineItem.LocalizedErrorMessage’.
Returns
global String getErrorCode()
Get ‘CalculateTaxesResponseLineItem.ErrorCode’.
Returns
global void setError(String errorMessage, String localizedErrorMessage)
Set ‘CalculateTaxesResponseLineItem.Error’ based on errorMessage and localizedErrorMessage
Returns
global Boolean equals(Object obj)
global Integer hashCode()