Ejemplo n.º 1
0
 public void PaymentResult(Payment parameter)
 {
 }
Ejemplo n.º 2
0
        public Payment GeneratePayment(PaymentType type)
        {
            Payment payment = new Payment(this, type);

            return payment;
        }