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.

27 lines
845 B

6 years ago
  1. //
  2. // SendMoneyPaymentModeModuleInterface.swift
  3. // GMERemittance
  4. //
  5. // Created by gme_2 on 28/08/2018.
  6. //Copyright © 2018 Gobal Money Express Co. Ltd. All rights reserved.
  7. //
  8. protocol SendMoneyPaymentModeModuleInterface: class {
  9. func viewIsReady(for reciepient: Recipient)
  10. func validate(model: SendMoneyAccountValidationRequestModel)
  11. }
  12. //let idType = ""
  13. //let idNumber = ""
  14. //let customerFirstName = ""
  15. //let customerLastName = ""
  16. //let reciverFirstName = self.recipient?.firstName
  17. //let reciversLastName = self.recipient?.lastName
  18. //let country = self.recipient?.countryId
  19. //let accountType = "s" // saving account, current account type ko
  20. //let issuerCode = ""
  21. //let accountNo = self.accountTextField.text!
  22. //let bankCode = self.selectedBank?.id
  23. //let payoutPartner = self.selectedPayoutMode?.payoutPartner
  24. //let processId = ""