-
@abstract The name of the account type.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull name;
Swift
var name: String { get }
-
The id of the parent of the account type category.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSNumber *_Nonnull parentId;
Swift
var parentId: NSNumber { get }
-
The name of the parent type category.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull parentName;
Swift
var parentName: String { get }