Class ReverseShippingDetails


  • public final class ReverseShippingDetails
    extends Object
    Reverse shipment details.
    • Constructor Detail

      • ReverseShippingDetails

        public ReverseShippingDetails()
    • Method Detail

      • sasKeyForLabel

        public String sasKeyForLabel()
        Get the sasKeyForLabel property: SAS key to download the reverse shipment label of the package.
        Returns:
        the sasKeyForLabel value.
      • carrierName

        public String carrierName()
        Get the carrierName property: Name of the carrier.
        Returns:
        the carrierName value.
      • carrierDisplayName

        public String carrierDisplayName()
        Get the carrierDisplayName property: Carrier Name for display purpose. Not to be used for any processing.
        Returns:
        the carrierDisplayName value.
      • trackingId

        public String trackingId()
        Get the trackingId property: TrackingId of the package.
        Returns:
        the trackingId value.
      • trackingUrl

        public String trackingUrl()
        Get the trackingUrl property: TrackingUrl of the package.
        Returns:
        the trackingUrl value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.