示例#1
0
		public Prerequisite GetPrerequisites(EripPaymentType type)
		{
			return operators[type].Requisite;
		}
示例#2
0
		public object SendPayment(EripPaymentType type, string jsonPayment, decimal amount)
		{
			return operators[type].SendPayment(jsonPayment, amount);
		}
示例#3
0
		public object GetPaymentInfo(EripPaymentType type, string jsonPayment)
		{
			return operators[type].GetPaymentInfo(jsonPayment);
		}