feat: support query domain status
This commit is contained in:
2 files changed
+47
-6
No files matched your search
@@ -26,6 +26,10 @@ data class PriceResponse(
|
||||
@SerializedName("RealPrice")
|
||||
val realPrice: Int,
|
||||
@SerializedName("Price")
|
||||
val price: Int
|
||||
val price: Int,
|
||||
@SerializedName("Premium")
|
||||
val premium: Boolean,
|
||||
@SerializedName("Available")
|
||||
val available: Boolean,
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user