Class CourierPayDriverLineItemGroupCreateReq


  • public final class CourierPayDriverLineItemGroupCreateReq
    extends java.lang.Object
    • Method Detail

      • getCourierPayDriverRateSheetId

        public java.lang.String getCourierPayDriverRateSheetId()
        Returns:
        ID of the courier pay driver rate sheet
      • getTaskGroupId

        public java.lang.String getTaskGroupId()
        Returns:
        ID of the task group
      • getDangerousGoods

        public java.util.Optional<java.lang.Boolean> getDangerousGoods()
        Returns:
        Whether the shipment contains dangerous goods
      • getHoliday

        public java.util.Optional<java.lang.Boolean> getHoliday()
        Returns:
        Whether the delivery is on a holiday
      • getWeekend

        public java.util.Optional<java.lang.Boolean> getWeekend()
        Returns:
        Whether the delivery is on a weekend
      • getAfterHours

        public java.util.Optional<java.lang.Boolean> getAfterHours()
        Returns:
        Whether the delivery is after hours
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object