Browse Source

country code added

pull/1/head
gme_2 6 years ago
parent
commit
b9250809cc
  1. 4
      GMERemittance/Model/ResendDetail.swift

4
GMERemittance/Model/ResendDetail.swift

@ -56,7 +56,7 @@ class ResendExchangeRate: Mappable {
var schemeId: String?
var payoutPartner: String?
var sCountryId: String?
var pCountryId: String?
var rCountryCode: String?
var pCountryName: String?
var sCurrency: String?
@ -82,7 +82,7 @@ class ResendExchangeRate: Mappable {
schemeId <- map["schemeId"]
payoutPartner <- map["payoutPartner"]
sCountryId <- map["sCountry"]
pCountryId <- map["pCountry"]
rCountryCode <- map["rCountryCode"]
pCountryName <- map["pCountryName"]
sCurrency <- map["sCurrency"]
pCurrency <- map["pCurrency"]

Loading…
Cancel
Save