Class PaymentPayer


  • public class PaymentPayer
    extends Object
    PaymentPayer class.
    • Constructor Detail

      • PaymentPayer

        public PaymentPayer()
    • Method Detail

      • getType

        public String getType()
        Payer's identification type (mandatory if the payer is a Customer).
      • getId

        public String getId()
        Payer's ID.
      • getEmail

        public String getEmail()
        Email of the payer.
      • getIdentification

        public Identification getIdentification()
        Payer's personal identification.
      • getFirstName

        public String getFirstName()
        Payer's first name.
      • getLastName

        public String getLastName()
        Payer's last name.
      • getEntityType

        public String getEntityType()
        Payer's entity type (only for bank transfers).