PaymentSDK
Mobile payment SDK
|
Customer data to describe account holder or shipping. More...
#import <WDCustomerData.h>
Properties | |
NSString * | firstName |
NSString * | lastName |
NSString * | |
NSString * | phone |
WDGender | gender |
NSDate * | dateOfBirth |
WDAddress * | address |
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: |
Customer data to describe account holder or shipping.
|
readwritenonatomicstrong |
Address
It is optional.
|
readwritenonatomicstrong |
Consumer's date of birth
It is optional.
|
readwritenonatomicstrong |
Email address
Max. length 64. It is optional.
|
readwritenonatomicstrong |
First name
Max. length 32. It is optional.
|
readwritenonatomicassign |
Consumer's gender
It is optional.
|
readwritenonatomicstrong |
Last name
Max. length 32. It is mandatory.
|
readwritenonatomicstrong |
Phone number
Max. length 32. It is optional.