Ejemplo n.º 1
0
 public function __construct(OrderAmountTax $Tax)
 {
     $this->id = $Tax->id();
     $this->name = $Tax->label();
     $this->rate = $Tax->rate();
     $this->amount = $Tax->amount();
 }