ZKCustodyType
Objective-C
@interface ZKCustodyType : NSObject
Swift
class ZKCustodyType : NSObject
Account custody type, ‘CUSTODY’ or ‘NON-CUSTODY’.
Only relevant for crypto accounts. Fiat accounts are always of type ‘CUSTODY’.
-
Declaration
Objective-C
- (nonnull instancetype)init;
Swift
init()
-
Declaration
Objective-C
+ (nonnull instancetype)custodyType;