Class PaymentPayer
- java.lang.Object
-
- com.mercadopago.resources.payment.PaymentPayer
-
public class PaymentPayer extends Object
PaymentPayer class.
-
-
Constructor Summary
Constructors Constructor Description PaymentPayer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEmail()
Email of the payer.String
getEntityType()
Payer's entity type (only for bank transfers).String
getFirstName()
Payer's first name.String
getId()
Payer's ID.Identification
getIdentification()
Payer's personal identification.String
getLastName()
Payer's last name.String
getType()
Payer's identification type (mandatory if the payer is a Customer).
-
-
-
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).
-
-