Skip to content

Commit 1caf012

Browse files
Added quantity field to the offer
Added quantity field to the offer
2 parents ad97f08 + cea8855 commit 1caf012

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Model/Entity/Orders/Items/Offer.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,13 @@ class Offer
9898
* @JMS\SerializedName("properties")
9999
*/
100100
public $properties;
101+
102+
103+
/**
104+
* @var float
105+
*
106+
* @JMS\Type("float")
107+
* @JMS\SerializedName("quantity")
108+
*/
109+
public $quantity;
101110
}

0 commit comments

Comments
 (0)