Example #1
0
 public function toArray()
 {
     return array_merge(parent::toArray(), ['operations' => $this->operations, 'total_refundable' => $this->total_refundable]);
 }
Example #2
0
 public function toArray()
 {
     return array_merge(parent::toArray(), ['operations' => $this->operations]);
 }