<!-- Edit Device Parameter [Store AMEX Info] -->
<wsin:SetDeviceParms>
  <wsin:ApplRegNumber>${applRegNumber}</wsin:ApplRegNumber>
  <wsin:Reason>APIBEEP-ONB: Set Device Parameter for AMEX Store</wsin:Reason>
  <wsin:ContractSearchMethod>CONTRACT_NUMBER</wsin:ContractSearchMethod>
  <wsin:ContractIdentifier>${merchantId}</wsin:ContractIdentifier>
  <wsin:SetDeviceParms_InObject>
    <wsin:MCC>${mcc}</wsin:MCC>
    <wsin:MerchantName>${contractName}</wsin:MerchantName>
    <wsin:Country>${country}</wsin:Country>
    <wsin:State>${state}</wsin:State>
    <wsin:City>${city}</wsin:City>
    <wsin:PostalCode>${zipCode}</wsin:PostalCode>
    <wsin:Phone>${phone}</wsin:Phone>
    <wsin:Channel>${channel}</wsin:Channel>
  </wsin:SetDeviceParms_InObject>
  <wsin:UserInfo>officer="wx_admin"</wsin:UserInfo>
</wsin:SetDeviceParms>
