PMSDKAddress Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | PMSDKAddress.h |
primaryAddressLine
Specifies the primary address line. Required.
@property (nonatomic, strong) NSString *primaryAddressLineDeclared In
PMSDKAddress.h
secondaryAddressLine
Specifies the secondary address line. Optional.
@property (nonatomic, strong) NSString *secondaryAddressLineDeclared In
PMSDKAddress.h
city
Specifies the city. Required.
@property (nonatomic, strong) NSString *cityDeclared In
PMSDKAddress.h
state
Specifies the state or province. Required.
@property (nonatomic, strong) NSString *stateDeclared In
PMSDKAddress.h
zipCode
Specifies the postal or zip code. Value should only be numeric. Required.
@property (nonatomic, strong) NSString *zipCodeDeclared In
PMSDKAddress.h
countryCode
Specifies the country code as defined in the ISO 3166-1 alpha-2 currency code standard (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Value should only be uppercase letters. Maximum of 2 characters. Required.
@property (nonatomic, strong) NSString *countryCodeDeclared In
PMSDKAddress.h