PaymentSDK
Mobile payment SDK
|
Address data. More...
#import <WDAddress.h>
Properties | |
NSString * | street1 |
Street line 1. More... | |
NSString * | street2 |
Street line 2. More... | |
NSString * | city |
City. More... | |
NSString * | state |
State. More... | |
WDCountry | country |
Country. More... | |
NSString * | postalCode |
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: |
Address data.
|
readwritenonatomicstrong |
City.
It is required. Max. length is 32
|
readwritenonatomicassign |
Country.
It is required.
|
readwritenonatomicstrong |
Postal Code.
It is optional. Max. length is 16
|
readwritenonatomicstrong |
State.
It is optional. Max. length is 32
|
readwritenonatomicstrong |
Street line 1.
It is mandatory. Max. length is 128
|
readwritenonatomicstrong |
Street line 2.
It is optional. Max. length is 128