PMSDKAddress Class Reference

Inherits from NSObject
Declared in PMSDKAddress.h

  primaryAddressLine

Specifies the primary address line. Required.

@property (nonatomic, strong) NSString *primaryAddressLine

Declared In

PMSDKAddress.h

  secondaryAddressLine

Specifies the secondary address line. Optional.

@property (nonatomic, strong) NSString *secondaryAddressLine

Declared In

PMSDKAddress.h

  city

Specifies the city. Required.

@property (nonatomic, strong) NSString *city

Declared In

PMSDKAddress.h

  state

Specifies the state or province. Required.

@property (nonatomic, strong) NSString *state

Declared In

PMSDKAddress.h

  zipCode

Specifies the postal or zip code. Value should only be numeric. Required.

@property (nonatomic, strong) NSString *zipCode

Declared 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 *countryCode

Declared In

PMSDKAddress.h