class CRM_Utils_Address_USPS

Address utilities.

Properties

static protected bool $_disabled Whether USPS validation should be disabled during import.

Methods

static 
disable(bool $disable = TRUE)

Disable the USPS validation.

static bool
checkAddress(array $values)

Check address against USPS.

Details

at line 50
static disable(bool $disable = TRUE)

Disable the USPS validation.

Parameters

bool $disable

at line 61
static bool checkAddress(array $values)

Check address against USPS.

Parameters

array $values

Return Value

bool