Rate
// Populate the model with necessary values
GetRateRequestModel model = new GetRateRequestModel(){};
// Make the call by passing the model
BaseResponse<LPRateModel> response = thirdPartyOrderOperations.GetRate(model);Last updated
// Populate the model with necessary values
GetRateRequestModel model = new GetRateRequestModel(){};
// Make the call by passing the model
BaseResponse<LPRateModel> response = thirdPartyOrderOperations.GetRate(model);Last updated