zdk.objc
ZDKBanafoIntegration.h
1//
2// ZDKBanafoIntegration.h
3// ZDK
4//
5
6#ifndef ZDKBanafoIntegration_h
7#define ZDKBanafoIntegration_h
8
9#import <Foundation/Foundation.h>
10#import "ZDKZHandle.h"
11
12NS_ASSUME_NONNULL_BEGIN
13
19
26@property(nonatomic, readonly) NSString* _Nullable name;
27
34@property(nonatomic, readonly) NSString* _Nullable status;
35
42@property(nonatomic, readonly) NSString* _Nullable createdAt;
43
50@property(nonatomic, readonly) NSString* _Nullable updatedAt;
51
52-(NSString*)handlesDescription;
53
54@end
55
56NS_ASSUME_NONNULL_END
57
58#endif
Banafo Integration.
Definition: ZDKBanafoIntegration.h:18
NSString *_Nullable createdAt
Creation date.
Definition: ZDKBanafoIntegration.h:42
NSString *_Nullable name
Name of the integration.
Definition: ZDKBanafoIntegration.h:26
NSString *_Nullable updatedAt
Update date.
Definition: ZDKBanafoIntegration.h:50
NSString *_Nullable status
Status of the integration.
Definition: ZDKBanafoIntegration.h:34
Definition: ZDKZHandle.h:13