You are here

public function AvataxLibInterface::resolveAddress in Drupal Commerce Connector for AvaTax 8

Retrieve geolocation information for a specified address.

Parameters

array $address: The address item.

Return value

array Return AvaTax formatted response.

1 method overrides AvataxLibInterface::resolveAddress()
AvataxLib::resolveAddress in src/AvataxLib.php
Retrieve geolocation information for a specified address.

File

src/AvataxLibInterface.php, line 56

Class

AvataxLibInterface
Provides an interface for the AvaTax library.

Namespace

Drupal\commerce_avatax

Code

public function resolveAddress(array $address);