-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ECWID-141762 add enum StorefrontPlatform and use as param in ReportRe…
…quest
- Loading branch information
1 parent
5f79b94
commit 21bae0f
Showing
2 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/StorefrontPlatform.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package com.ecwid.apiclient.v3.dto.report.enums; | ||
|
||
public enum StorefrontPlatform { | ||
undefined, | ||
code, | ||
instantSite, | ||
facebook, | ||
singleProduct, | ||
wix, | ||
linkUp, | ||
email, | ||
ecwidServer, | ||
wordpress, | ||
squarespace, | ||
joomla, | ||
weebly, | ||
duda, | ||
other, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters