Example #1
0
 public Loop2100A(LoopCollectionBase parent) : base(parent)
 {
     PayerName = new Nm1Collection(this, nameof(PayerName));
     SegmentCollections.Add(PayerName);
     PayerContactInformation = new PerCollection(this, nameof(PayerContactInformation));
     SegmentCollections.Add(PayerContactInformation);
 }
Example #2
0
public Loop2100A(X12Doc owningDoc, LoopEntity prev, LoopCollection parent):base(owningDoc, prev, parent){
PayerName = new Nm1Collection(this, nameof(PayerName));
SegmentCollections.Add(PayerName);
PayerContactInformation = new PerCollection(this, nameof(PayerContactInformation));
SegmentCollections.Add(PayerContactInformation);
 
}
public Loop1000A(LoopCollectionBase parent):base(parent){
SubmitterName = new Nm1Collection(this, nameof(SubmitterName));
SegmentCollections.Add(SubmitterName);
SubmitterEdiContactInformation = new PerCollection(this, nameof(SubmitterEdiContactInformation));
SegmentCollections.Add(SubmitterEdiContactInformation);
 
}