Class IndividualSender

    • Constructor Detail

      • IndividualSender

        public IndividualSender()
    • Method Detail

      • getFirstName

        public java.lang.String getFirstName()
        The sender's first name
      • getLastName

        public java.lang.String getLastName()
        The sender's last name
      • getDob

        @Deprecated
        public java.time.Instant getDob()
        Deprecated.
        This property will be removed in the future, and should be used with caution. This field is deprecated. Use date_of_birth instead. The sender's date of birth, in the format yyyy-mm-dd.
      • getDateOfBirth

        public java.time.Instant getDateOfBirth()
        The sender's date of birth, in the format yyyy-mm-dd.
      • getAddress

        public Address getAddress()
        The sender's address
      • getReference

        public java.lang.String getReference()
        The sender's reference for the payout
      • setFirstName

        public void setFirstName​(java.lang.String firstName)
        The sender's first name
      • setLastName

        public void setLastName​(java.lang.String lastName)
        The sender's last name
      • setDob

        @Deprecated
        public void setDob​(java.time.Instant dob)
        Deprecated.
        This property will be removed in the future, and should be used with caution. This field is deprecated. Use date_of_birth instead. The sender's date of birth, in the format yyyy-mm-dd.
      • setDateOfBirth

        public void setDateOfBirth​(java.time.Instant dateOfBirth)
        The sender's date of birth, in the format yyyy-mm-dd.
      • setAddress

        public void setAddress​(Address address)
        The sender's address
      • setReference

        public void setReference​(java.lang.String reference)
        The sender's reference for the payout
      • setIdentification

        public void setIdentification​(Identification identification)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class AbstractSender
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
        Overrides:
        canEqual in class AbstractSender