Skip to content

Commit 0a16d7d

Browse files
committed
Can suspend
1 parent e9ce0f9 commit 0a16d7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/DataType/ProductDefinition.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ class ProductDefinition
1616
* @var ProductSkuDefinition[]
1717
*/
1818
public $skus = [];
19+
20+
/**
21+
* @var bool
22+
*/
23+
public $canSuspend;
1924
}

0 commit comments

Comments
 (0)