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 classPaymentOrderRequest.PaymentOrderRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentOrderRequest.PaymentOrderRequestBuilderbuilder()LonggetId()Id of the associated purchase order.StringgetType()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.
-
-