Class CourierClient
- java.lang.Object
-
- com.chrt.api.resources.shipperpaycourierlineitemgroups.courier.CourierClient
-
public class CourierClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description CourierClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ShipperPayCourierLineItemGroup1>listV1()Lists all shipper pay courier line item groups for the caller's courier organization.java.util.List<ShipperPayCourierLineItemGroup1>listV1(RequestOptions requestOptions)Lists all shipper pay courier line item groups for the caller's courier organization.RawCourierClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
CourierClient
public CourierClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawCourierClient withRawResponse()
Get responses with HTTP metadata like headers
-
listV1
public java.util.List<ShipperPayCourierLineItemGroup1> listV1()
Lists all shipper pay courier line item groups for the caller's courier organization. | () -> (list[ShipperPayCourierLineItemGroup1])
-
listV1
public java.util.List<ShipperPayCourierLineItemGroup1> listV1(RequestOptions requestOptions)
Lists all shipper pay courier line item groups for the caller's courier organization. | () -> (list[ShipperPayCourierLineItemGroup1])
-
-