Class MerchantTelephoneDTO


  • public class MerchantTelephoneDTO
    extends Object
    • Constructor Detail

      • MerchantTelephoneDTO

        public MerchantTelephoneDTO()
    • 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)
      • 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)