You are here

interface UPSRequestInterface in Commerce UPS 8.3

Interface for the UPS API Service.

@package Drupal\commerce_ups

Hierarchy

Expanded class hierarchy of UPSRequestInterface

All classes that implement UPSRequestInterface

File

src/UPSRequestInterface.php, line 10

Namespace

Drupal\commerce_ups
View source
interface UPSRequestInterface {

  /**
   * Set the request configuration.
   *
   * @param array $configuration
   *   A configuration array from a CommerceShippingMethod.
   */
  public function setConfig(array $configuration);

}

Members

Namesort descending Modifiers Type Description Overrides
UPSRequestInterface::setConfig public function Set the request configuration. 1