ZKCustodyOrderType
Objective-C
@interface ZKCustodyOrderType : NSObject
Swift
class ZKCustodyOrderType : NSObject
Custody order type, ‘DEPOSIT’ or ‘WITHDRAW’.
-
Declaration
Objective-C
- (nonnull instancetype)init;
Swift
init()
-
Declaration
Objective-C
+ (nonnull instancetype)custodyOrderType;