setOrder method

Implementation

ExpressCardPay setOrder(ExpresspaySaleOrder order){
  _order = order;
  return this;
}