Exemple #1
0
 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>();
 }
Exemple #3
0
 public LegalMonetaryTotal()
 {
     PayableAmount        = new PayableAmount();
     AllowanceTotalAmount = new PayableAmount();
     ChargeTotalAmount    = new PayableAmount();
     PrepaidAmount        = new PayableAmount();
 }
Exemple #4
0
 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 ReceiverParty();
            TotalInvoiceAmount = new PayableAmount();
            TotalPaid          = new PayableAmount();
            SUNATRetentionDocumentReference = new List <SUNATRetentionDocumentReference>();

            UBLVersionID    = "2.0";
            CustomizationID = "1.0";
            Formato         = new System.Globalization.CultureInfo("es-PE");
        }
 public AllowanceCharge()
 {
     Amount = new PayableAmount();
 }
 public BillingPayment()
 {
     PaidAmount = new PayableAmount();
     Id         = new PartyIdentificationID();
 }
 public AdditionalMonetaryTotal()
 {
     PayableAmount   = new PayableAmount();
     ReferenceAmount = new PayableAmount();
     TotalAmount     = new PayableAmount();
 }
 public SUNATRetentionInformation()
 {
     SUNATRetentionAmount = new PayableAmount();
     SUNATNetTotalPaid    = new PayableAmount();
     ExchangeRate         = new ExchangeRate();
 }
 public Payment()
 {
     PaidAmount = new PayableAmount();
 }
Exemple #11
0
 public TaxTotal()
 {
     TaxableAmount = new PayableAmount();
     TaxAmount     = new PayableAmount();
     TaxSubtotal   = new TaxSubtotal();
 }
Exemple #12
0
 public AlternativeConditionPrice()
 {
     PriceAmount = new PayableAmount();
 }
Exemple #13
0
 public Price()
 {
     PriceAmount = new PayableAmount();
 }
 public TaxSubtotal()
 {
     TaxAmount   = new PayableAmount();
     TaxCategory = new TaxCategory();
 }