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