Class CourierPayDriverRateSheetsClient


  • public class CourierPayDriverRateSheetsClient
    extends java.lang.Object
    • Constructor Detail

      • CourierPayDriverRateSheetsClient

        public CourierPayDriverRateSheetsClient​(ClientOptions clientOptions)
    • Method Detail

      • listByCourierOrgIdV1

        public java.util.List<CourierPayDriverRateSheet1> listByCourierOrgIdV1()
        Lists all driver rate sheets for the caller's courier organization. | () -> (list[CourierPayDriverRateSheet1])
      • listByCourierOrgIdV1

        public java.util.List<CourierPayDriverRateSheet1> listByCourierOrgIdV1​(RequestOptions requestOptions)
        Lists all driver rate sheets for the caller's courier organization. | () -> (list[CourierPayDriverRateSheet1])
      • listByDriverIdV1

        public java.util.List<CourierPayDriverRateSheet1> listByDriverIdV1​(java.lang.String driverId)
        Retrieves all rate sheets assigned to a specific driver. | () -> (list[CourierPayDriverRateSheet1])
      • listByDriverIdV1

        public java.util.List<CourierPayDriverRateSheet1> listByDriverIdV1​(java.lang.String driverId,
                                                                           RequestOptions requestOptions)
        Retrieves all rate sheets assigned to a specific driver. | () -> (list[CourierPayDriverRateSheet1])
      • createV1

        public java.lang.String createV1​(CourierPayDriverRateSheetClientCreate1 request)
        Creates a new driver rate sheet for calculating courier payments. | (CourierPayDriverRateSheetClientCreate1) -> (PydanticObjectId)
      • createV1

        public java.lang.String createV1​(CourierPayDriverRateSheetClientCreate1 request,
                                         RequestOptions requestOptions)
        Creates a new driver rate sheet for calculating courier payments. | (CourierPayDriverRateSheetClientCreate1) -> (PydanticObjectId)
      • getV1

        public CourierPayDriverRateSheet1 getV1​(java.lang.String id)
        Retrieves a single rate sheet by its ID. | () -> (CourierPayDriverRateSheet1)
      • deleteByIdV1

        public boolean deleteByIdV1​(java.lang.String id)
        Deletes a driver rate sheet owned by the caller's organization. | () -> (bool)
      • deleteByIdV1

        public boolean deleteByIdV1​(java.lang.String id,
                                    RequestOptions requestOptions)
        Deletes a driver rate sheet owned by the caller's organization. | () -> (bool)
      • updateByIdV1

        public CourierPayDriverRateSheet1 updateByIdV1​(java.lang.String id)
        Updates an existing driver rate sheet owned by the caller's organization. | (CourierPayDriverRateSheetClientUpdate1) -> (CourierPayDriverRateSheet1)