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.

21 lines
517 B

6 years ago
  1. //
  2. // CDDEnum.swift
  3. // GMERemittance
  4. //
  5. // Created by Sujal on 1/22/18.
  6. // Copyright © 2018 Gobal Money Express Co. Ltd. All rights reserved.
  7. //
  8. enum cddCode: String {
  9. case Occupation = "CDDOCCV1"
  10. case Gender = "CDDGENV1"
  11. case VerificationID = "CDDIDTYPV1"
  12. case PrimaryBankList = "CDDKBLV1"
  13. case SourceFund = "CDDSOFV1"
  14. case TransferReason = "CDDTRV1"
  15. case CountryList = "CDDCLSTV1"
  16. case Relation = "CDDRELV1"
  17. case Province = "CDDPRLSTV1"
  18. case District = "CDDDTLSTV1"
  19. }