Skip to content

CastellettoIva class

Payable VAT amount associated to a RegistrazioneContabile.

public class CastellettoIva : BaseEntity

Public Members

name description
CastellettoIva() The default constructor.
CausaleIva { get; set; } VAT code.
CausaleIvaId { get; set; } Unique CausaleIva id.
Detraibile { get; set; } Quota detraibil (deductible share).
Imponibile { get; set; } Imponibile (taxable amount).
Imposta { get; set; } Imposta (tax).
Indetraibile { get; set; } Quota non detraibile (non-deductible share).
RegistrazioneContabile { get; set; } Registrazione contabile (accounting record). Please note that a RegistrazioneContabile request to expand CastellettoIva.RegistrazioneContabile will fail with 400 Bard Request (circular reference.)
RegistrazioneContabileId { get; set; } Unique RegistrazioneContabile (accounting record) id.
RegistroIvaId { get; set; } Unique RegistroIva id.
Totale { get; } Total amount (taxable + tax).

See Also