Package com.mercadopago.client.payment
Class PaymentOrderRequest
- java.lang.Object
-
- com.mercadopago.client.payment.PaymentOrderRequest
-
public class PaymentOrderRequest extends Object
PaymentOrderRequest class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PaymentOrderRequest.PaymentOrderRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentOrderRequest.PaymentOrderRequestBuilder
builder()
Long
getId()
Id of the associated purchase order.String
getType()
Order type.
-
-
-
Method Detail
-
builder
public static PaymentOrderRequest.PaymentOrderRequestBuilder builder()
-
getId
public Long getId()
Id of the associated purchase order.
-
getType
public String getType()
Order type.
-
-