Uses of Class
com.mercadopago.client.payment.PaymentShipmentsRequest.PaymentShipmentsRequestBuilder
-
Packages that use PaymentShipmentsRequest.PaymentShipmentsRequestBuilder Package Description com.mercadopago.client.payment -
-
Uses of PaymentShipmentsRequest.PaymentShipmentsRequestBuilder in com.mercadopago.client.payment
Methods in com.mercadopago.client.payment that return PaymentShipmentsRequest.PaymentShipmentsRequestBuilder Modifier and Type Method Description static PaymentShipmentsRequest.PaymentShipmentsRequestBuilder
PaymentShipmentsRequest. builder()
PaymentShipmentsRequest.PaymentShipmentsRequestBuilder
PaymentShipmentsRequest.PaymentShipmentsRequestBuilder. expressShipment(boolean expressShipment)
True if the shipment is express, false if not.PaymentShipmentsRequest.PaymentShipmentsRequestBuilder
PaymentShipmentsRequest.PaymentShipmentsRequestBuilder. localPickup(boolean localPickup)
True if the product is picked up at the store, false if not.PaymentShipmentsRequest.PaymentShipmentsRequestBuilder
PaymentShipmentsRequest.PaymentShipmentsRequestBuilder. receiverAddress(PaymentReceiverAddressRequest receiverAddress)
Receiver Address.
-