Uses of Class
com.mercadopago.client.payment.PaymentCreateRequest
-
Packages that use PaymentCreateRequest Package Description com.mercadopago.client.payment -
-
Uses of PaymentCreateRequest in com.mercadopago.client.payment
Methods in com.mercadopago.client.payment that return PaymentCreateRequest Modifier and Type Method Description PaymentCreateRequest
PaymentCreateRequest.PaymentCreateRequestBuilder. build()
Methods in com.mercadopago.client.payment with parameters of type PaymentCreateRequest Modifier and Type Method Description Payment
PaymentClient. create(PaymentCreateRequest request)
Method responsible for creating payment.Payment
PaymentClient. create(PaymentCreateRequest request, MPRequestOptions requestOptions)
Method responsible for creating payment with request options.
-