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 IdentificationRequestIdentificationRequest.IdentificationRequestBuilder. build() -
Uses of IdentificationRequest in com.mercadopago.client.customer
Methods in com.mercadopago.client.customer that return IdentificationRequest Modifier and Type Method Description IdentificationRequestCustomerRequest. getIdentification()Customer's identification.Methods in com.mercadopago.client.customer with parameters of type IdentificationRequest Modifier and Type Method Description CustomerRequest.CustomerRequestBuilderCustomerRequest.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 IdentificationRequestPaymentPassengerRequest. getIdentification()Identification.IdentificationRequestPaymentPayerRequest. getIdentification()Payer's personal identification.Methods in com.mercadopago.client.payment with parameters of type IdentificationRequest Modifier and Type Method Description PaymentPassengerRequest.PaymentPassengerRequestBuilderPaymentPassengerRequest.PaymentPassengerRequestBuilder. identification(IdentificationRequest identification)Identification.PaymentPayerRequest.PaymentPayerRequestBuilderPaymentPayerRequest.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 IdentificationRequestPreferencePassengerRequest. getIdentification()Identification.IdentificationRequestPreferencePayerRequest. getIdentification()Payer's identification.Methods in com.mercadopago.client.preference with parameters of type IdentificationRequest Modifier and Type Method Description PreferencePassengerRequest.PreferencePassengerRequestBuilderPreferencePassengerRequest.PreferencePassengerRequestBuilder. identification(IdentificationRequest identification)Identification.PreferencePayerRequest.PreferencePayerRequestBuilderPreferencePayerRequest.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 IdentificationRequestPreferencePassenger. getIdentification()Identification.
-