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