Class MerchantOrderShipment
- java.lang.Object
-
- com.mercadopago.resources.merchantorder.MerchantOrderShipment
-
public class MerchantOrderShipment extends Object
Shipment information.
-
-
Constructor Summary
Constructors Constructor Description MerchantOrderShipment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTimegetDateCreated()Date of creation.OffsetDateTimegetDateFirstPrinted()First printed date.LonggetId()Shipping ID.List<Map<String,Object>>getItems()Shipping items.OffsetDateTimegetLastModified()Last modified date.StringgetPickingType()Shipping picking type.MerchantOrderReceiverAddressgetReceiverAddress()Shipping address.LonggetReceiverId()Receiver ID.LonggetSenderId()Sender ID.StringgetServiceId()Shipping service ID.StringgetShippingMode()Shipping mode.MerchantOrderShippingOptiongetShippingOption()Shipping options.StringgetShippingSubstatus()Shipping sub status.StringgetShippingType()Shipping type.StringgetStatus()Shipping status.
-
-
-
Method Detail
-
getId
public Long getId()
Shipping ID.
-
getShippingType
public String getShippingType()
Shipping type.
-
getShippingMode
public String getShippingMode()
Shipping mode.
-
getPickingType
public String getPickingType()
Shipping picking type.
-
getStatus
public String getStatus()
Shipping status.
-
getShippingSubstatus
public String getShippingSubstatus()
Shipping sub status.
-
getDateCreated
public OffsetDateTime getDateCreated()
Date of creation.
-
getLastModified
public OffsetDateTime getLastModified()
Last modified date.
-
getDateFirstPrinted
public OffsetDateTime getDateFirstPrinted()
First printed date.
-
getServiceId
public String getServiceId()
Shipping service ID.
-
getSenderId
public Long getSenderId()
Sender ID.
-
getReceiverId
public Long getReceiverId()
Receiver ID.
-
getReceiverAddress
public MerchantOrderReceiverAddress getReceiverAddress()
Shipping address.
-
getShippingOption
public MerchantOrderShippingOption getShippingOption()
Shipping options.
-
-