You are here

public function FedExRequestInterface::getRateRequest in Commerce FedEx 8

Gets a new rate request.

Parameters

array $configuration: The plugin configuration.

Return value

\NicholasCreativeMedia\FedExPHP\Structs\RateRequest The rate request.

1 method overrides FedExRequestInterface::getRateRequest()
FedExRequest::getRateRequest in src/FedExRequest.php
Gets a new rate request.

File

src/FedExRequestInterface.php, line 21

Class

FedExRequestInterface
Manage FedEx API services.

Namespace

Drupal\commerce_fedex

Code

public function getRateRequest(array $configuration);