Added price_nne/_nbe to OrderProduct

This commit is contained in:
Frank Schubert
2021-11-25 21:17:51 +01:00
parent bc132f1da0
commit 62885816e8
4 changed files with 33 additions and 7 deletions

View File

@@ -9,6 +9,8 @@ class OrderProductModel {
public $description;
public $price;
public $price_setup;
public $price_nne;
public $price_nbe;
public $billing_delay;
public $billing_period;
public $note;