PaymentSDK
Mobile payment SDK
WDCustomerData Class Reference

Customer data to describe account holder or shipping. More...

#import <WDCustomerData.h>

+ Inheritance diagram for WDCustomerData:
+ Collaboration diagram for WDCustomerData:

Properties

NSStringfirstName
 
NSStringlastName
 
NSStringemail
 
NSStringphone
 
WDGender gender
 
NSDatedateOfBirth
 
WDAddressaddress
 

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

Customer data to describe account holder or shipping.

Property Documentation

- (WDAddress*) address
readwritenonatomicstrong

Address

It is optional.

- (NSDate*) dateOfBirth
readwritenonatomicstrong

Consumer's date of birth

It is optional.

- (NSString*) email
readwritenonatomicstrong

Email address

Max. length 64. It is optional.

- (NSString*) firstName
readwritenonatomicstrong

First name

Max. length 32. It is optional.

- (WDGender) gender
readwritenonatomicassign

Consumer's gender

It is optional.

- (NSString*) lastName
readwritenonatomicstrong

Last name

Max. length 32. It is mandatory.

- (NSString*) phone
readwritenonatomicstrong

Phone number

Max. length 32. It is optional.