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 classPaymentShipmentsRequest.PaymentShipmentsRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentShipmentsRequest.PaymentShipmentsRequestBuilderbuilder()PaymentReceiverAddressRequestgetReceiverAddress()Receiver Address.booleanisExpressShipment()True if the shipment is express, false if not.booleanisLocalPickup()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.
-
-