Class PaymentAdditionalInfoPayer
- java.lang.Object
-
- com.mercadopago.resources.payment.PaymentAdditionalInfoPayer
-
public class PaymentAdditionalInfoPayer extends Object
PaymentAdditionalInfoPayer class.
-
-
Constructor Summary
Constructors Constructor Description PaymentAdditionalInfoPayer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Address
getAddress()
Payer's address.String
getFirstName()
Payer's name.String
getLastName()
Payer's last name.PaymentPhone
getPhone()
Payer's phone.OffsetDateTime
getRegistrationDate()
Date of registration of the payer on your site.
-
-
-
Method Detail
-
getFirstName
public String getFirstName()
Payer's name.
-
getLastName
public String getLastName()
Payer's last name.
-
getPhone
public PaymentPhone getPhone()
Payer's phone.
-
getAddress
public Address getAddress()
Payer's address.
-
getRegistrationDate
public OffsetDateTime getRegistrationDate()
Date of registration of the payer on your site.
-
-