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.

22 lines
454 B

5 years ago
5 years ago
5 years ago
  1. //
  2. // Redeem.swift
  3. // GME Remit
  4. //
  5. // Created by InKwon Devik Kim on 03/05/2019.
  6. // Copyright © 2019 Gobal Money Express Co. Ltd. All rights reserved.
  7. //
  8. import Foundation
  9. struct Redeem {
  10. let userID: String?
  11. let productCode: String?
  12. let usePoint: String?
  13. let orderType: String?
  14. let recvType: String?
  15. let branchCode: String?
  16. let recvAddress: String?
  17. let recvZipCode: String?
  18. let recvPhoneNumber: String?
  19. let recvName: String?
  20. }