Class AsyncShipperPayCourierStatementsClient


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

      • AsyncShipperPayCourierStatementsClient

        public AsyncShipperPayCourierStatementsClient​(ClientOptions clientOptions)
    • Method Detail

      • getByIdV1

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

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

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

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

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

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

        public java.util.concurrent.CompletableFuture<java.lang.String> createV1​(CreateShipperPayCourierStatementReq request)
        Creates a shipper-to-courier statement record based on all task groups in an order.
      • createV1

        public java.util.concurrent.CompletableFuture<java.lang.String> createV1​(CreateShipperPayCourierStatementReq request,
                                                                                 RequestOptions requestOptions)
        Creates a shipper-to-courier statement record based on all task groups in an order.