Skip to content

Commit 555660c

Browse files
committed
ECWID-159524 Extract PickupPrecision into file
1 parent 160a830 commit 555660c

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

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

src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/enums/ScheduledTimePrecisionType.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,3 @@ enum class ScheduledTimePrecisionType {
55
DATE,
66
DATE_AND_TIME_SLOT,
77
}
8-
9-
@Suppress("unused")
10-
enum class PickupPrecisionType {
11-
DATE_ONLY,
12-
DATE_AND_TIME,
13-
}

0 commit comments

Comments
 (0)