Package com.mercadopago.client.payment
Class PaymentShipmentsRequest.PaymentShipmentsRequestBuilder
- java.lang.Object
-
- com.mercadopago.client.payment.PaymentShipmentsRequest.PaymentShipmentsRequestBuilder
-
- Enclosing class:
- PaymentShipmentsRequest
public static class PaymentShipmentsRequest.PaymentShipmentsRequestBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentShipmentsRequest
build()
PaymentShipmentsRequest.PaymentShipmentsRequestBuilder
expressShipment(boolean expressShipment)
True if the shipment is express, false if not.PaymentShipmentsRequest.PaymentShipmentsRequestBuilder
localPickup(boolean localPickup)
True if the product is picked up at the store, false if not.PaymentShipmentsRequest.PaymentShipmentsRequestBuilder
receiverAddress(PaymentReceiverAddressRequest receiverAddress)
Receiver Address.String
toString()
-
-
-
Method Detail
-
receiverAddress
public PaymentShipmentsRequest.PaymentShipmentsRequestBuilder receiverAddress(PaymentReceiverAddressRequest receiverAddress)
Receiver Address.- Returns:
this
.
-
localPickup
public PaymentShipmentsRequest.PaymentShipmentsRequestBuilder localPickup(boolean localPickup)
True if the product is picked up at the store, false if not.- Returns:
this
.
-
expressShipment
public PaymentShipmentsRequest.PaymentShipmentsRequestBuilder expressShipment(boolean expressShipment)
True if the shipment is express, false if not.- Returns:
this
.
-
build
public PaymentShipmentsRequest build()
-
-