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.PaymentShipmentsRequestBuilderPaymentShipmentsRequest. builder()PaymentShipmentsRequest.PaymentShipmentsRequestBuilderPaymentShipmentsRequest.PaymentShipmentsRequestBuilder. expressShipment(boolean expressShipment)True if the shipment is express, false if not.PaymentShipmentsRequest.PaymentShipmentsRequestBuilderPaymentShipmentsRequest.PaymentShipmentsRequestBuilder. localPickup(boolean localPickup)True if the product is picked up at the store, false if not.PaymentShipmentsRequest.PaymentShipmentsRequestBuilderPaymentShipmentsRequest.PaymentShipmentsRequestBuilder. receiverAddress(PaymentReceiverAddressRequest receiverAddress)Receiver Address.
-