25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

ZarinPalPaymentResponse.cs 207 B

2 hafta önce
12345678910
  1. // Ignore Spelling: Zarin
  2. namespace ZarinPal
  3. {
  4. internal class ZarinPalPaymentResponse
  5. {
  6. public string RefID { get; internal set; }
  7. public int Status { get; internal set; }
  8. }
  9. }