[SerializableAttribute]
public class PurchaseInvoice : BaseInvoice
<SerializableAttribute>
Public Class PurchaseInvoice
Inherits BaseInvoice
PurchaseInvoice | Initializes a new instance of the PurchaseInvoice class |
AccountingDate | Invoice posting date [FechaContable]. |
AmountSpecialVAT1 | RE 1 amount [ImporteRE1]. |
AmountSpecialVAT2 | RE 2 amount [ImporteRE2]. |
AmountSpecialVAT3 | RE 3 amount [ImporteRE3]. |
AmountSpecialVAT4 | RE 4 amount [ImporteRE4]. |
AmountSpecialVAT5 | RE 5 amount [ImporteRE5]. |
AmountSpecialVAT6 | RE 6 amount [ImporteRE6]. |
AmountTaxRetention | Retention fee amount [ImporteIRPF]. |
AmountVAT1 | VAT amount 1 [ImporteIVA1]. |
AmountVAT2 | VAT amount 2 [ImporteIVA2]. |
AmountVAT3 | VAT amount 3 [ImporteIVA3]. |
AmountVAT4 | VAT amount 4 [ImporteIVA4]. |
AmountVAT5 | VAT amount 5 [ImporteIVA5]. |
AmountVAT6 | VAT amount 6 [ImporteIVA6]. |
Number | Invoice number [Numero]. |
Others1AmountSpecialVAT | RE amount of other amounts 1 [ImporteREOtrosImp1]. |
Others1AmountVAT | VAT amount of other amounts 1 [ImporteIVAOtrosImp1]. |
Others2AmountSpecialVAT | RE amount of other amounts 2 [ImporteREOtrosImp2]. |
Others2AmountVAT | VAT amount of other amounts 2 [ImporteIVAOtrosImp2]. |
SupplierCode | Supplier code [CodProveedor]. |
TransportAmountSpecialVAT | Transport RE amount [ImporteREPortes]. |
TransportAmountVAT | Transport VAT amount [ImporteIVAPortes]. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |