예제 #1
0
 public SUNATRetentionDocumentReference()
 {
     ID = new PartyIdentificationID();
     TotalInvoiceAmount        = new PayableAmount();
     Payment                   = new Payment();
     SUNATRetentionInformation = new SUNATRetentionInformation();
 }
예제 #2
0
파일: Contenido.cs 프로젝트: acporras/EJB
 public BillingPayment()
 {
     PaidAmount = new PayableAmount();
     Id         = new PartyIdentificationID();
 }
예제 #3
0
파일: Contenido.cs 프로젝트: acporras/EJB
 public PartyIdentification()
 {
     ID = new PartyIdentificationID();
 }