Device solutions
End to end solutions
Product accelerators
Get Started
APIs
IoT Devices
Version 1.6 - Updated on 11/17/2016
Superclass: PCContactType Declared In: PCContact.h Introduction
PCContactType
PCContact.h
This class stores details of an address.
city
@property (nonatomic, readonly) NSString *city;
country
@property (nonatomic, readonly) NSString *country;
pobox
@property (nonatomic, readonly) NSString *pobox;
street
@property (nonatomic, readonly) NSString *street;
zipcode
@property (nonatomic, readonly) NSString *zipcode;
The user’s zipcode.
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.