Exemplo n.º 1
0
 /**
  *  Create from Pay Selection
  *	@param ps payment selection
  *	@param PaymentRule payment rule
  */
 public MPaySelectionCheck(MPaySelection ps, String PaymentRule)
     : this(ps.GetCtx(), 0, ps.Get_TrxName())
 {
     SetClientOrg(ps);
     SetC_PaySelection_ID(ps.GetC_PaySelection_ID());
     SetPaymentRule(PaymentRule);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Parent Constructor
 /// </summary>
 /// <param name="ps">Pay Selection</param>
 public MPaymentBatch(MPaySelection ps)
     : this(ps.GetCtx(), 0, ps.Get_TrxName())
 {
     SetClientOrg(ps);
     SetName(ps.GetName());
 }