SoftLayer_Billing_Invoice_Item_Tax_Info


SoftLayer_Billing_Invoice_Item_Tax_Info

Description

Information about the tax rates that apply to a particular invoice item.

Local


createDate

The date and time the tax information was recorded.
Type: dateTime


description

The invoice description with special information about the invoice.
Type: string


effectiveTaxRate

The tax rate that can be multiplied by the subtotal to get the
Type: float


exemptAmount

The amount that is exempt from tax.
Type: float


feeProperty

The type of fee being tracked for this particular set of tax information.
Type: string


id

An invoice item’s tax information internal identifier.
Type: int


invoiceItemId

A reference to the related invoice item.
Type: int


invoiceTaxInfoId

A reference to the tax information for the parent invoice.
Type: int


modifyDate

The date and time the tax information was modified.
Type: dateTime


nonTaxableBasis

The amount that is exempt from tax.
Type: float


reportedFlag

A flag to indicate whether this is the official record for this invoice item.
Type: boolean


sellerRegistration

The registration that the seller will use to report the invoice.
Type: string


taxAmount

The tax amount associated with this line item.
Type: float


taxAmountToCurrency

The tax amount (converted to the ’to’ currency) associated with this line item.
Type: float


taxRate

The tax rate used. Note that this might apply to only part of the
Type: float


taxableBasis

The amount that is subject to tax.
Type: float


toCurrencyId

The currency code that the invoice is being converted to.
Type: int

Relational


toCurrency

This is the currency the invoice will be converted to.
Type: SoftLayer_Billing_Currency

Count