setOrder method

Implementation

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