Package com.mercadopago.client.payment
Class PaymentOrderRequest.PaymentOrderRequestBuilder
- java.lang.Object
-
- com.mercadopago.client.payment.PaymentOrderRequest.PaymentOrderRequestBuilder
-
- Enclosing class:
- PaymentOrderRequest
public static class PaymentOrderRequest.PaymentOrderRequestBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentOrderRequest
build()
PaymentOrderRequest.PaymentOrderRequestBuilder
id(Long id)
Id of the associated purchase order.String
toString()
PaymentOrderRequest.PaymentOrderRequestBuilder
type(String type)
Order type.
-
-
-
Method Detail
-
id
public PaymentOrderRequest.PaymentOrderRequestBuilder id(Long id)
Id of the associated purchase order.- Returns:
this
.
-
type
public PaymentOrderRequest.PaymentOrderRequestBuilder type(String type)
Order type.- Returns:
this
.
-
build
public PaymentOrderRequest build()
-
-