Uses of Class
com.mercadopago.client.common.PhoneRequest
-
Packages that use PhoneRequest Package Description com.mercadopago.client.common com.mercadopago.client.customer com.mercadopago.client.payment com.mercadopago.client.preference -
-
Uses of PhoneRequest in com.mercadopago.client.common
Methods in com.mercadopago.client.common that return PhoneRequest Modifier and Type Method Description PhoneRequestPhoneRequest.PhoneRequestBuilder. build() -
Uses of PhoneRequest in com.mercadopago.client.customer
Methods in com.mercadopago.client.customer that return PhoneRequest Modifier and Type Method Description PhoneRequestCustomerRequest. getPhone()Customer's phone.Methods in com.mercadopago.client.customer with parameters of type PhoneRequest Modifier and Type Method Description CustomerRequest.CustomerRequestBuilderCustomerRequest.CustomerRequestBuilder. phone(PhoneRequest phone)Customer's phone. -
Uses of PhoneRequest in com.mercadopago.client.payment
Methods in com.mercadopago.client.payment that return PhoneRequest Modifier and Type Method Description PhoneRequestPaymentAdditionalInfoPayerRequest. getPhone()Payer phone.Methods in com.mercadopago.client.payment with parameters of type PhoneRequest Modifier and Type Method Description PaymentAdditionalInfoPayerRequest.PaymentAdditionalInfoPayerRequestBuilderPaymentAdditionalInfoPayerRequest.PaymentAdditionalInfoPayerRequestBuilder. phone(PhoneRequest phone)Payer phone. -
Uses of PhoneRequest in com.mercadopago.client.preference
Methods in com.mercadopago.client.preference that return PhoneRequest Modifier and Type Method Description PhoneRequestPreferencePayerRequest. getPhone()Payer's phone.Methods in com.mercadopago.client.preference with parameters of type PhoneRequest Modifier and Type Method Description PreferencePayerRequest.PreferencePayerRequestBuilderPreferencePayerRequest.PreferencePayerRequestBuilder. phone(PhoneRequest phone)Payer's phone.
-