コード例 #1
0
 public Payment CreatePayment(double amount, string reference, string fromAccount, string key, bool hasImage)
 {
     return(Payment.Create(this, amount, reference, fromAccount, key, hasImage));
 }