CardinalThreeDS2ServiceImpl.h 491 B

123456789101112131415161718192021
  1. //
  2. // CardinalThreeDS2ServiceImpl.h
  3. // CardinalEMVCoSDK
  4. //
  5. // Copyright © 2018 Cardinal Commerce. All rights reserved.
  6. //
  7. #import <Foundation/Foundation.h>
  8. #import "ThreeDS2Service.h"
  9. @class ConfigParameters;
  10. @class UiCustomization;
  11. /**
  12. * The CEThreeDS2ServiceImpl interface confronts to ThreeDS2ServiceImpl protocol and is the main 3DS SDK interface.
  13. * It shall provide methods to process transactions.
  14. */
  15. @interface CardinalThreeDS2ServiceImpl : NSObject<ThreeDS2Service>
  16. @end