The protocol that represents an Account.
Extends Protocol: | NSObject, NSCopying, NSSecureCoding |
Declared in: | AKFAccount.h |
accountID
The account kit account ID.
@property (nonatomic,
readonly,
copy) NSString *accountID;
AKFAccount.h
emailAddress
The account kit account email address.
@property (nullable,
nonatomic,
readonly,
copy) NSString *emailAddress;
AKFAccount.h
phoneNumber
The account kit account phone number.
@property (nullable,
nonatomic,
readonly,
copy) AKFPhoneNumber *phoneNumber;
AKFAccount.h