public ReceiverParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyName           = new PartyName();
     PostalAddress       = new PostalAddress();
     PartyLegalEntity    = new PartyLegalEntity();
 }
Beispiel #2
0
 public SignatoryParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyName           = new PartyName();
 }