Package com.inteliqua.rest.merchant
Class MerchantConfigCreateDTO
- java.lang.Object
-
- com.inteliqua.rest.merchant.MerchantConfigCreateDTO
-
public class MerchantConfigCreateDTO extends Object
-
-
Constructor Summary
Constructors Constructor Description MerchantConfigCreateDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBrandDescription()StringgetBrandLogo()StringgetWebsite()voidsetBrandDescription(String brandDescription)voidsetBrandLogo(String brandLogo)voidsetWebsite(String website)
-
-
-
Method Detail
-
getBrandLogo
public String getBrandLogo()
-
setBrandLogo
public void setBrandLogo(String brandLogo)
-
getBrandDescription
public String getBrandDescription()
-
setBrandDescription
public void setBrandDescription(String brandDescription)
-
getWebsite
public String getWebsite()
-
setWebsite
public void setWebsite(String website)
-
-