コード例 #1
0
ファイル: AgentParty.cs プロジェクト: MrJmpl3/openinvoiceperu
 public AgentParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyName           = new PartyName();
     PostalAddress       = new PostalAddress();
     PartyLegalEntity    = new PartyLegalEntity();
 }
コード例 #2
0
ファイル: Party.cs プロジェクト: MrJmpl3/openinvoiceperu
 public Party()
 {
     PartyName        = new PartyName();
     PostalAddress    = new PostalAddress();
     PartyLegalEntity = new PartyLegalEntity();
 }
コード例 #3
0
 public SignatoryParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyName           = new PartyName();
 }