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.
 
 
 
 
 

23 lines
710 B

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Swift.API.Common.Amend
{
public class TxnAmendReceiver
{
public string ReceiverId { get; set; }
public string RAdd1 { get; set; }
public string RTel { get; set; }
public string RMobile { get; set; }
public string REmail { get; set; }
public string RIdType { get; set; }
public string RIdNo { get; set; }
public string RFullName { get; set; }
public string RFirstName { get; set; }
public string RMiddleName { get; set; }
public string RLastName { get; set; }
public string RAccountNo { get; set; }
}
}