setOrder method

Implementation

TotalPayCardPay setOrder(TotalPaySaleOrder order) {
  _order = order;
  return this;
}