Skip to content

Commit a8cc848

Browse files
hendrix-ecwidVitaliy Telizhenko
authored andcommitted
Added new enum for out of stock visibility behaviour
1 parent 301bef0 commit a8cc848

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.ecwid.apiclient.v3.dto.product.enums
2+
3+
@Suppress("unused")
4+
enum class OutOfStockVisibilityBehaviour {
5+
SHOW,
6+
HIDE,
7+
ALLOW_PREORDER
8+
}

0 commit comments

Comments
 (0)