CausaleIva class
VAT code.
public class CausaleIva : BaseEntity
Public Members
name | description |
---|---|
CausaleIva() | The default constructor. |
Aliquota { get; set; } | Rate applicable. |
Codice { get; set; } | Code. |
FatturaElettronica { get; set; } | Whether the VAT was automatically created while importing an electronic invoice. |
Indeducibilità { get; set; } | Portion of nondeductibility. |
Intracomunitaria { get; set; } | Whether the VAT is intra-EU. |
Natura { get; set; } | Nature of the exemption (code), if applicable (e.g., "N1"). |
Nome { get; set; } | Name, or description. |
NonImponibile { get; set; } | Whether the VAT should be disregarded in determining taxable income. |
SplitPayment { get; set; } | Whether split payment applies or not. |
See Also
- class BaseEntity
- namespace Amica