Class ContactDetails

java.lang.Object
com.onlinepayments.domain.ContactDetails

public class ContactDetails extends Object
  • Constructor Details

    • ContactDetails

      public ContactDetails()
  • Method Details

    • getEmailAddress

      public String getEmailAddress()
      Email address of the customer
    • setEmailAddress

      public void setEmailAddress(String value)
      Email address of the customer
    • withEmailAddress

      public ContactDetails withEmailAddress(String value)
      Email address of the customer
    • getFaxNumber

      public String getFaxNumber()
      International version of the fax number of the customer including the leading + (i.e. +16127779311)
    • setFaxNumber

      public void setFaxNumber(String value)
      International version of the fax number of the customer including the leading + (i.e. +16127779311)
    • withFaxNumber

      public ContactDetails withFaxNumber(String value)
      International version of the fax number of the customer including the leading + (i.e. +16127779311)
    • getMobilePhoneNumber

      public String getMobilePhoneNumber()
      International version of the mobile phone number of the customer including the leading + (i.e. +16127779311)
    • setMobilePhoneNumber

      public void setMobilePhoneNumber(String value)
      International version of the mobile phone number of the customer including the leading + (i.e. +16127779311)
    • withMobilePhoneNumber

      public ContactDetails withMobilePhoneNumber(String value)
      International version of the mobile phone number of the customer including the leading + (i.e. +16127779311)
    • getPhoneNumber

      public String getPhoneNumber()
      International version of the phone number of the customer including the leading + (i.e. +16127779311)
    • setPhoneNumber

      public void setPhoneNumber(String value)
      International version of the phone number of the customer including the leading + (i.e. +16127779311)
    • withPhoneNumber

      public ContactDetails withPhoneNumber(String value)
      International version of the phone number of the customer including the leading + (i.e. +16127779311)
    • getWorkPhoneNumber

      public String getWorkPhoneNumber()
      International version of the work phone number of the customer including the leading + (i.e. +31235671500)
    • setWorkPhoneNumber

      public void setWorkPhoneNumber(String value)
      International version of the work phone number of the customer including the leading + (i.e. +31235671500)
    • withWorkPhoneNumber

      public ContactDetails withWorkPhoneNumber(String value)
      International version of the work phone number of the customer including the leading + (i.e. +31235671500)