You are here

UPSRequestInterface.php in Commerce UPS 8.3

File

src/UPSRequestInterface.php
View source
<?php

namespace Drupal\commerce_ups;


/**
 * Interface for the UPS API Service.
 *
 * @package Drupal\commerce_ups
 */
interface UPSRequestInterface {

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

}

Interfaces

Namesort descending Description
UPSRequestInterface Interface for the UPS API Service.