PostalCodes
class PostalCodes extends Resource (View source)
The "postalCodes" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$postalCodes = $dfareportingService->postalCodes;
Methods
get(string $profileId, string $code, array $optParams = [])
Gets one postal code by ID. (postalCodes.get)
listPostalCodes(string $profileId, array $optParams = [])
Retrieves a list of postal codes. (postalCodes.listPostalCodes)
Details
PostalCode
get(string $profileId, string $code, array $optParams = [])
Gets one postal code by ID. (postalCodes.get)
PostalCodesListResponse
listPostalCodes(string $profileId, array $optParams = [])
Retrieves a list of postal codes. (postalCodes.listPostalCodes)