You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
359 B

6 years ago
  1. //
  2. // KYCenum.swift
  3. // GMERemittance
  4. //
  5. // Created by Fm-user on 1/23/18.
  6. // Copyright © 2018 Gobal Money Express Co. Ltd. All rights reserved.
  7. //
  8. enum kycCode: String {
  9. case IDFront = "kyc0001v"
  10. case IDBack = "kyc0002v"
  11. case Passbook = "kyc0003v"
  12. case Passport = "kyc0004v"
  13. case UserImage = "kyc005v"
  14. case Selfie = "kyc0006v"
  15. }