public SunatRetentionDocumentReference()
 {
     Id = new PartyIdentificationId();
     TotalInvoiceAmount        = new PayableAmount();
     Payment                   = new Payment();
     SunatRetentionInformation = new SunatRetentionInformation();
 }
Esempio n. 2
0
 public BillingPayment()
 {
     PaidAmount = new PayableAmount();
     Id         = new PartyIdentificationId();
 }
 public PartyIdentification()
 {
     Id = new PartyIdentificationId();
 }