class GetTaxZonePostcode (View source)

Methods

execute(string $postcode)

Execute the action.

TaxZonePostcode|Collection
getZoneMatches(string $postcode)

Return the zone or zones which match this postcode.

Details

null|TaxZonePostcode execute(string $postcode)

Execute the action.

Parameters

string $postcode

Return Value

null|TaxZonePostcode

protected TaxZonePostcode|Collection getZoneMatches(string $postcode)

Return the zone or zones which match this postcode.

Parameters

string $postcode

Return Value

TaxZonePostcode|Collection