Class AsyncRawShipperPayCourierPaymentsClient


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

      • AsyncRawShipperPayCourierPaymentsClient

        public AsyncRawShipperPayCourierPaymentsClient​(ClientOptions clientOptions)
    • Method Detail

      • getByIdV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<ShipperPayCourierStatement1>> getByIdV1​(java.lang.String shipperPayCourierPaymentId)
        Retrieves a shipper pay courier payment by its ID with Stripe invoice sync. | () -> (ShipperPayCourierStatement1)
      • getByIdV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<ShipperPayCourierStatement1>> getByIdV1​(java.lang.String shipperPayCourierPaymentId,
                                                                                                                  RequestOptions requestOptions)
        Retrieves a shipper pay courier payment by its ID with Stripe invoice sync. | () -> (ShipperPayCourierStatement1)
      • deleteV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> deleteV1​(java.lang.String shipperPayCourierPaymentId)
        Deletes a shipper-to-courier payment record if invoice not yet created. | () -> (bool)
      • deleteV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> deleteV1​(java.lang.String shipperPayCourierPaymentId,
                                                                                                       RequestOptions requestOptions)
        Deletes a shipper-to-courier payment record if invoice not yet created. | () -> (bool)
      • getByOrderIdOrShortIdV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<ShipperPayCourierStatement1>> getByOrderIdOrShortIdV1​(java.lang.String orderIdOrShortId)
        Retrieves a shipper pay courier payment by order ID or short ID with Stripe invoice sync. | () -> (ShipperPayCourierStatement1)
      • getByOrderIdOrShortIdV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<ShipperPayCourierStatement1>> getByOrderIdOrShortIdV1​(java.lang.String orderIdOrShortId,
                                                                                                                                RequestOptions requestOptions)
        Retrieves a shipper pay courier payment by order ID or short ID with Stripe invoice sync. | () -> (ShipperPayCourierStatement1)
      • createV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> createV1​(CreateShipperPayCourierPaymentReq request)
        Creates a shipper-to-courier payment record based on all task groups in an order. | (CreateShipperPayCourierPaymentReq) -> (PydanticObjectId)