DirectoryServerIDConst.h 563 B

12345678910111213141516171819202122
  1. //
  2. // DirectoryServerIDConst.h
  3. // CardinalMobile
  4. //
  5. // Created by Sudeep Tuladhar on 6/7/19.
  6. // Copyright © 2019 Cardinal Commerce. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. typedef enum {
  10. CCADirectoryServerIDEMVCo1,
  11. CCADirectoryServerIDEMVCo2,
  12. CCADirectoryServerIDAmexStaging,
  13. CCADirectoryServerIDVisa,
  14. CCADirectoryServerIDVisaSDK,
  15. CCADirectoryServerIDVisa01,
  16. CCADirectoryServerIDVisa02,
  17. CCADirectoryServerIDVisa03,
  18. CCADirectoryServerIDVisa04,
  19. CCADirectoryServerIDMasterCard
  20. } CCADirectoryServerID;