Class MandatePersonalInformation

java.lang.Object
com.onlinepayments.domain.MandatePersonalInformation

public class MandatePersonalInformation extends Object
  • Constructor Details

    • MandatePersonalInformation

      public MandatePersonalInformation()
  • Method Details

    • getName

      public MandatePersonalName getName()
      Object containing the name details of the customer. Required for Create mandate and Create payment calls.
    • setName

      public void setName(MandatePersonalName value)
      Object containing the name details of the customer. Required for Create mandate and Create payment calls.
    • withName

      Object containing the name details of the customer. Required for Create mandate and Create payment calls.
    • getTitle

      public String getTitle()
      Object containing the title of the customer (Mr, Miss or Mrs)
    • setTitle

      public void setTitle(String value)
      Object containing the title of the customer (Mr, Miss or Mrs)
    • withTitle

      public MandatePersonalInformation withTitle(String value)
      Object containing the title of the customer (Mr, Miss or Mrs)