VMConsumer Class Reference
Inherits from | NSObject |
Declared in | VMConsumer.h VMConsumer.m |
Tasks
-
userName
Consumer’s username.
property -
lastName
Consumer’s last name.
property -
fullName
Consumer’s full name.
property -
firstName
Consumer’s first name.
property -
homeCity
Consumer’s home city.
property -
emailAddress
Consumer’s email address.
property -
dateOfBirth
Consumer’s date of birth.
property -
gender
Consumer’s gender.
property -
– initWithDictionary:
Initialize new
VMConsumer
object with dictionary representation.
Properties
dateOfBirth
Consumer’s date of birth.
@property (nonatomic, strong) NSDate *dateOfBirth
Declared In
VMConsumer.h
emailAddress
Consumer’s email address.
@property (nonatomic, strong) NSString *emailAddress
Declared In
VMConsumer.h
firstName
Consumer’s first name.
@property (nonatomic, strong) NSString *firstName
Declared In
VMConsumer.h
fullName
Consumer’s full name.
@property (nonatomic, strong) NSString *fullName
Declared In
VMConsumer.h
homeCity
Consumer’s home city.
@property (nonatomic, strong) NSString *homeCity
Declared In
VMConsumer.h