Package com.inteliqua.rest.merchant
Class MerchantTelephoneDTO
- java.lang.Object
-
- com.inteliqua.rest.merchant.MerchantTelephoneDTO
-
public class MerchantTelephoneDTO extends Object
-
-
Constructor Summary
Constructors Constructor Description MerchantTelephoneDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()StringgetCountryCode()StringgetNotes()BooleangetPrimary()StringgetTelephoneNumber()TelephoneTypeEnumgetTelephoneType()voidsetCode(String code)voidsetCountryCode(String countryCode)voidsetNotes(String notes)voidsetPrimary(Boolean primary)voidsetTelephoneNumber(String telephoneNumber)voidsetTelephoneType(TelephoneTypeEnum telephoneType)
-
-
-
Method Detail
-
getPrimary
public Boolean getPrimary()
-
setPrimary
public void setPrimary(Boolean primary)
-
getTelephoneNumber
public String getTelephoneNumber()
-
setTelephoneNumber
public void setTelephoneNumber(String telephoneNumber)
-
getCountryCode
public String getCountryCode()
-
setCountryCode
public void setCountryCode(String countryCode)
-
getTelephoneType
public TelephoneTypeEnum getTelephoneType()
-
setTelephoneType
public void setTelephoneType(TelephoneTypeEnum telephoneType)
-
getNotes
public String getNotes()
-
setNotes
public void setNotes(String notes)
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
-