public PaymentTypeInformation20(
     Priority2Code instructionPriority,
     bool instructionPrioritySpecified,
     ServiceLevel8Choice serviceLevel,
     LocalInstrument2Choice localInstrument,
     SequenceType1Code sequenceType,
     bool sequenceTypeSpecified,
     CategoryPurpose1Choice categoryPurpose)
 {
     this.instrPrtyField = instructionPriority;
     this.instrPrtyFieldSpecified = instructionPrioritySpecified;
     this.svcLvlField = serviceLevel;
     this.lclInstrmField = localInstrument;
     this.seqTpField = sequenceType;
     this.seqTpFieldSpecified = sequenceTypeSpecified;
     this.ctgyPurpField = categoryPurpose;
 }
Ejemplo n.º 2
0
 public PaymentTypeInformation24()
 {
     this.CtgyPurp  = new CategoryPurpose1Choice();
     this.LclInstrm = new LocalInstrument2Choice();
     this.SvcLvl    = new ServiceLevel8Choice();
 }