package com.ikea.shared.products.model;

import com.google.gson.annotations.SerializedName;
import java.util.List;

public class RetailItemFeeList
{

  @SerializedName("RetailItemFee")
  private List<RetailItemFee> RetailItemFee;

  public List<RetailItemFee> getRetailItemFee()
  {
    return this.RetailItemFee;
  }

  public String toString()
  {
    return "RetailItemFeeList [RetailItemFee=" + this.RetailItemFee + "]";
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.shared.products.model.RetailItemFeeList
 * JD-Core Version:    0.6.2
 */