Class ConfirmReturnRequest

    • Constructor Detail

      • ConfirmReturnRequest

        public ConfirmReturnRequest()
    • Method Detail

      • getReturnAuthorizationId

        public String getReturnAuthorizationId()
        The ID of the ReturnAuthorization which contains the items which have been returned.
        Returns:
        the ID of the ReturnAuthorization which contains the items which have been returned
      • getItems

        public List<ConfirmReturnItemRequest> getItems()
        The items which have been returned.
        Returns:
        the items which have been returned
      • setReturnAuthorizationId

        public void setReturnAuthorizationId​(String returnAuthorizationId)
        The ID of the ReturnAuthorization which contains the items which have been returned.
        Parameters:
        returnAuthorizationId - the ID of the ReturnAuthorization which contains the items which have been returned
      • setItems

        public void setItems​(List<ConfirmReturnItemRequest> items)
        The items which have been returned.
        Parameters:
        items - the items which have been returned
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object