-
public final class PromoItemObjectCreated by Moiz Hassan on 23 March, 2023
-
-
Constructor Summary
Constructors Constructor Description PromoItemObject(String item_id, String item_type)
-
Method Summary
Modifier and Type Method Description final StringgetItem_id()final UnitsetItem_id(@SerializedName(value = id) String item_id)final StringgetItem_type()final UnitsetItem_type(@SerializedName(value = type) String item_type)-
-
Method Detail
-
getItem_id
final String getItem_id()
-
setItem_id
final Unit setItem_id(@SerializedName(value = id) String item_id)
-
getItem_type
final String getItem_type()
-
setItem_type
final Unit setItem_type(@SerializedName(value = type) String item_type)
-
-
-
-