PaymentSDK
Mobile payment SDK
WDAddress Class Reference

Address data. More...

#import <WDAddress.h>

+ Inheritance diagram for WDAddress:
+ Collaboration diagram for WDAddress:

Properties

NSStringstreet1
 Street line 1. More...
 
NSStringstreet2
 Street line 2. More...
 
NSStringcity
 City. More...
 
NSStringstate
 State. More...
 
WDCountry country
 Country. More...
 
NSStringpostalCode
 Postal Code. More...
 

Additional Inherited Members

- Public Class Methods inherited from NSObject
(id+ alloc
 
(Class+ class
 
(void) + initialize
 
(void) + load
 
(id+ new
 
- Public Instance Methods inherited from NSObject
(Class- classForCoder
 
(id- copy
 
(void) - dealloc
 
(void) - finalize
 
(id- init
 
(id- mutableCopy
 
- Public Instance Methods inherited from <NSObject>
(NSString *) - description
 
(NSUInteger- hash
 
(BOOL- isEqual:
 

Detailed Description

Address data.

Property Documentation

- (NSString*) city
readwritenonatomicstrong

City.

It is required. Max. length is 32

- (WDCountry) country
readwritenonatomicassign

Country.

It is required.

- (NSString*) postalCode
readwritenonatomicstrong

Postal Code.

It is optional. Max. length is 16

- (NSString*) state
readwritenonatomicstrong

State.

It is optional. Max. length is 32

- (NSString*) street1
readwritenonatomicstrong

Street line 1.

It is mandatory. Max. length is 128

- (NSString*) street2
readwritenonatomicstrong

Street line 2.

It is optional. Max. length is 128