Esempio n. 1
0
 public override IPaymentFactory UsePlugInType(PlugIntType plugIntType)
 {
     this.request.HEADER.PlugIntType = plugIntType;
     return(this);
 }
 /// <summary>
 /// Payment Provider
 /// </summary>
 /// <param name="plugIntType"></param>
 /// <returns></returns>
 public abstract IPaymentFactory UsePlugInType(PlugIntType plugIntType);