Package com.mercadopago.client.payment
Class PaymentShipmentsRequest
- java.lang.Object
-
- com.mercadopago.client.payment.PaymentShipmentsRequest
-
public class PaymentShipmentsRequest extends Object
PaymentShipmentsRequest class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PaymentShipmentsRequest.PaymentShipmentsRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentShipmentsRequest.PaymentShipmentsRequestBuilder
builder()
PaymentReceiverAddressRequest
getReceiverAddress()
Receiver Address.boolean
isExpressShipment()
True if the shipment is express, false if not.boolean
isLocalPickup()
True if the product is picked up at the store, false if not.
-
-
-
Method Detail
-
builder
public static PaymentShipmentsRequest.PaymentShipmentsRequestBuilder builder()
-
getReceiverAddress
public PaymentReceiverAddressRequest getReceiverAddress()
Receiver Address.
-
isLocalPickup
public boolean isLocalPickup()
True if the product is picked up at the store, false if not.
-
isExpressShipment
public boolean isExpressShipment()
True if the shipment is express, false if not.
-
-