Uses of Class
com.mercadopago.client.common.IdentificationRequest
-
-
Uses of IdentificationRequest in com.mercadopago.client.common
Methods in com.mercadopago.client.common that return IdentificationRequest Modifier and Type Method Description IdentificationRequest
IdentificationRequest.IdentificationRequestBuilder. build()
-
Uses of IdentificationRequest in com.mercadopago.client.customer
Methods in com.mercadopago.client.customer that return IdentificationRequest Modifier and Type Method Description IdentificationRequest
CustomerRequest. getIdentification()
Customer's identification.Methods in com.mercadopago.client.customer with parameters of type IdentificationRequest Modifier and Type Method Description CustomerRequest.CustomerRequestBuilder
CustomerRequest.CustomerRequestBuilder. identification(IdentificationRequest identification)
Customer's identification. -
Uses of IdentificationRequest in com.mercadopago.client.payment
Methods in com.mercadopago.client.payment that return IdentificationRequest Modifier and Type Method Description IdentificationRequest
PaymentPassengerRequest. getIdentification()
Identification.IdentificationRequest
PaymentPayerRequest. getIdentification()
Payer's personal identification.Methods in com.mercadopago.client.payment with parameters of type IdentificationRequest Modifier and Type Method Description PaymentPassengerRequest.PaymentPassengerRequestBuilder
PaymentPassengerRequest.PaymentPassengerRequestBuilder. identification(IdentificationRequest identification)
Identification.PaymentPayerRequest.PaymentPayerRequestBuilder
PaymentPayerRequest.PaymentPayerRequestBuilder. identification(IdentificationRequest identification)
Payer's personal identification. -
Uses of IdentificationRequest in com.mercadopago.client.preference
Methods in com.mercadopago.client.preference that return IdentificationRequest Modifier and Type Method Description IdentificationRequest
PreferencePassengerRequest. getIdentification()
Identification.IdentificationRequest
PreferencePayerRequest. getIdentification()
Payer's identification.Methods in com.mercadopago.client.preference with parameters of type IdentificationRequest Modifier and Type Method Description PreferencePassengerRequest.PreferencePassengerRequestBuilder
PreferencePassengerRequest.PreferencePassengerRequestBuilder. identification(IdentificationRequest identification)
Identification.PreferencePayerRequest.PreferencePayerRequestBuilder
PreferencePayerRequest.PreferencePayerRequestBuilder. identification(IdentificationRequest identification)
Payer's identification. -
Uses of IdentificationRequest in com.mercadopago.resources.preference
Methods in com.mercadopago.resources.preference that return IdentificationRequest Modifier and Type Method Description IdentificationRequest
PreferencePassenger. getIdentification()
Identification.
-