6 #ifndef ZDK_NET_BanafoIntegration_h
7 #define ZDK_NET_BanafoIntegration_h
9 #include "native_shared_ptr.h"
10 #include "PublicInterfaces.h"
13 using namespace System::Collections::Generic;
25 ZDK::IBanafoIntegration* cppRef =
nullptr;
37 property System::String^ Name
39 System::String^ get();
48 property System::String^ Status
50 System::String^ get();
59 property System::String^ CreatedAt
61 System::String^ get();
70 property System::String^ UpdatedAt
72 System::String^ get();
75 virtual long long Handle()
override;
77 virtual void Initialize()
override;
79 virtual void ReleaseReference()
override;