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 StringgetEmail()Email of the payer.StringgetEntityType()Payer's entity type (only for bank transfers).StringgetFirstName()Payer's first name.StringgetId()Payer's ID.IdentificationgetIdentification()Payer's personal identification.StringgetLastName()Payer's last name.StringgetType()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).
-
-