public SUNATRetentionDocumentReference() { ID = new PartyIdentificationID(); TotalInvoiceAmount = new PayableAmount(); Payment = new Payment(); SUNATRetentionInformation = new SUNATRetentionInformation(); }
public VoidedDocumentsLine() { TotalAmount = new PayableAmount(); BillingPayments = new List <BillingPayment>(); AllowanceCharge = new AllowanceCharge(); TaxTotals = new List <TaxTotal>(); }
public LegalMonetaryTotal() { PayableAmount = new PayableAmount(); AllowanceTotalAmount = new PayableAmount(); ChargeTotalAmount = new PayableAmount(); PrepaidAmount = new PayableAmount(); }
public InvoiceLine() { CreditedQuantity = new InvoicedQuantity(); InvoicedQuantity = new InvoicedQuantity(); DebitedQuantity = new InvoicedQuantity(); LineExtensionAmount = new PayableAmount(); PricingReference = new PricingReference(); AllowanceCharge = new AllowanceCharge(); TaxTotals = new List <TaxTotal>(); Item = new Item(); Price = new Price(); }
public Retention() { UblExtensions = new UBLExtensions(); AgentParty = new AgentParty(); ReceiverParty = new AgentParty(); TotalInvoiceAmount = new PayableAmount(); TotalPaid = new PayableAmount(); SunatRetentionDocumentReference = new List <SUNATRetentionDocumentReference>(); UblVersionId = "2.0"; CustomizationId = "1.0"; Formato = new System.Globalization.CultureInfo("es-PE"); }
public SUNATRetentionInformation() { SUNATRetentionAmount = new PayableAmount(); SUNATNetTotalPaid = new PayableAmount(); ExchangeRate = new ExchangeRate(); }
public AdditionalMonetaryTotal() { PayableAmount = new PayableAmount(); ReferenceAmount = new PayableAmount(); TotalAmount = new PayableAmount(); }
public AlternativeConditionPrice() { PriceAmount = new PayableAmount(); }
public Price() { PriceAmount = new PayableAmount(); }
public AllowanceCharge() { Amount = new PayableAmount(); }
public BillingPayment() { PaidAmount = new PayableAmount(); Id = new PartyIdentificationID(); }
public TaxSubtotal() { TaxAmount = new PayableAmount(); TaxCategory = new TaxCategory(); }
public TaxTotal() { TaxableAmount = new PayableAmount(); TaxAmount = new PayableAmount(); TaxSubtotal = new TaxSubtotal(); }
public Payment() { PaidAmount = new PayableAmount(); }