setOrder method

Implementation

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