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

//
// KYCenum.swift
// GMERemittance
//
// Created by Fm-user on 1/23/18.
// Copyright © 2018 Gobal Money Express Co. Ltd. All rights reserved.
//
enum kycCode: String {
case IDFront = "kyc0001v"
case IDBack = "kyc0002v"
case Passbook = "kyc0003v"
case Passport = "kyc0004v"
case UserImage = "kyc005v"
case Selfie = "kyc0006v"
}