public class LoyaltyStoreOffersResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AK_COST |
static String |
SERIALIZED_NAME_ISK_COST |
static String |
SERIALIZED_NAME_LP_COST |
static String |
SERIALIZED_NAME_OFFER_ID |
static String |
SERIALIZED_NAME_QUANTITY |
static String |
SERIALIZED_NAME_REQUIRED_ITEMS |
static String |
SERIALIZED_NAME_TYPE_ID |
| Constructor and Description |
|---|
LoyaltyStoreOffersResponse() |
public static final String SERIALIZED_NAME_AK_COST
public static final String SERIALIZED_NAME_ISK_COST
public static final String SERIALIZED_NAME_LP_COST
public static final String SERIALIZED_NAME_OFFER_ID
public static final String SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_REQUIRED_ITEMS
public static final String SERIALIZED_NAME_TYPE_ID
public LoyaltyStoreOffersResponse akCost(Integer akCost)
public void setAkCost(Integer akCost)
public LoyaltyStoreOffersResponse iskCost(Long iskCost)
public Long getIskCost()
public void setIskCost(Long iskCost)
public LoyaltyStoreOffersResponse lpCost(Integer lpCost)
public Integer getLpCost()
public void setLpCost(Integer lpCost)
public LoyaltyStoreOffersResponse offerId(Integer offerId)
public Integer getOfferId()
public void setOfferId(Integer offerId)
public LoyaltyStoreOffersResponse quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public LoyaltyStoreOffersResponse requiredItems(List<RequiredItem> requiredItems)
public LoyaltyStoreOffersResponse addRequiredItemsItem(RequiredItem requiredItemsItem)
public List<RequiredItem> getRequiredItems()
public void setRequiredItems(List<RequiredItem> requiredItems)
public LoyaltyStoreOffersResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
Copyright © 2020. All Rights Reserved.