SoftLayer_Billing_Invoice_Tax_Info


SoftLayer_Billing_Invoice_Tax_Info

Description

Invoice tax information contains top-level information about the taxes recorded for a particular invoice.

Local


createDate

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


currencyId

The currency code that the invoice should be recorded in.
Type: int


id

The internal identifier for this invoice tax information.
Type: int


invoiceId

A reference to the related invoice.
Type: int


modifyDate

The date and time this tax information was updated.
Type: dateTime


reportedFlag

A flag to indicate whether the invoice will be auditable.
Type: boolean

Relational


currency

This is the currency used for the invoice.
Type: SoftLayer_Billing_Currency


functionalCurrency

This is the functional currency used for the invoice.
Type: SoftLayer_Billing_Currency


invoice

This is the related invoice for this tax-related information.
Type: SoftLayer_Billing_Invoice


itemWithCurrencyInfo

This tax information on the invoice item that includes currency details.
Type: SoftLayer_Billing_Invoice_Item_Tax_Info


items

This is the collection of tax information for each of the related invoice items.
Type: SoftLayer_Billing_Invoice_Item_Tax_Info[]


totalTaxAmountToCurrency

This the total tax amount (converted to the ’to’ currency) for the invoice.
Type: float

Count


itemCount

A count of this is the collection of tax information for each of the related invoice items.
Type: unsignedLong