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 AddressgetAddress()Payer's address.StringgetFirstName()Payer's name.StringgetLastName()Payer's last name.PaymentPhonegetPhone()Payer's phone.OffsetDateTimegetRegistrationDate()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.
-
-