コード例 #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();
 }